1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 05:51:31 +02:00

Merge pull request #3616 from candeira/nixify

Nixify so it can be easily developed on Nix
This commit is contained in:
Divay Prakash
2019-09-02 18:53:33 +05:30
committed by GitHub

View File

@@ -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.