diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-09-02 18:53:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02 18:53:33 +0530 |
commit | ffb9c5f909d860a98d3d86ed49bc169413e0dd65 (patch) | |
tree | 52b4ad7099caf9ffd8423fda6d235f441dad1938 | |
parent | dce4da295d0910ae7cb25ad8fd7b40e2f24e5ebe (diff) | |
parent | 5e7c4f2f78247212d9bdfafa01b39a4dd8b7f4f6 (diff) |
Merge pull request #3616 from candeira/nixify
Nixify so it can be easily developed on Nix
-rw-r--r-- | CONTRIBUTING.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 18a5a5d7..79d6838a 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -103,3 +103,11 @@ You can buid the site locally to test your changes. Follow the steps below. these commands at `learnxinyminutes-site/`). * Build - `bundle exec middleman build` * Dev server - `bundle exec middleman --force-polling --verbose` + +## Building the site locally, for Nix users + +You can buid the site locally to test your changes too: + +* Clone or zip download the [learnxinyminutes-site](https://github.com/adambard/learnxinyminutes-site) repo. +* Get the source in place following the instructions above +* Install all site dependencies and start a dev server by running `nix-shell` at the `learnxinyminutes-site/` root directory. |