File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Written in [Racket](https://racket-lang.org) and [Pollen](https://pollenpub.com)
55
66In case you're looking for a place to contribute a talk/lightning talk, take a look here: https://github.com/tu-lambda/planning/issues/new
77
8- ## Local Development Setup
8+ ## Development
99
1010### 1) Nix
1111
@@ -15,16 +15,13 @@ The easiest way to get started with local development is to [use Nix](https://ze
1515``` shell
1616curl --proto ' =https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
1717```
18- 2 . Fork this repo
19- 3 . Enter the nix development environment (from inside the repo) :
18+ 2 . Fork this repo, and then ` git clone ` your fork
19+ 3 . Run the development environment:
2020``` shell
21- cd functional-coders.github.io && nix develop
21+ cd functional-coders.github.io
22+ nix run
2223```
23- 4 . Run the project server
24- ``` shell
25- raco pollen start
26- ```
27- 5 . edit files, reload the browser window, see the changes
24+ 4 . edit files, reload the browser window, see the changes
2825
2926### 2) 'Normal' install
3027
You can’t perform that action at this time.
0 commit comments