Revert "Nixify so it can be easily developed on Nix"

This commit is contained in:
Adam Bard 2019-11-02 12:19:30 -07:00 committed by GitHub
parent 35dbf7a5e4
commit a122e2852c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,11 +103,3 @@ You can buid the site locally to test your changes. Follow the steps below.
these commands at `learnxinyminutes-site/`). these commands at `learnxinyminutes-site/`).
* Build - `bundle exec middleman build` * Build - `bundle exec middleman build`
* Dev server - `bundle exec middleman --force-polling --verbose` * 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.