File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,29 @@ Written in [Racket](https://racket-lang.org) and [Pollen](https://pollenpub.com)
1010The easiest way to get started with local development is to [ use Nix] ( https://zero-to-nix.com/start/install ) :
1111
12121 . Install Nix
13- ``` bash
13+ ``` shell
1414curl --proto ' =https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
1515```
16162 . Fork this repo
17173 . Enter the nix development environment (from inside the repo):
18- ``` bash
18+ ``` shell
1919cd functional-coders.github.io && nix develop
2020```
21214 . Run the project server
22- ``` bash
22+ ``` shell
2323raco pollen start
2424```
25255 . edit files, reload the browser window, see the changes
2626
2727## 2) 'Normal' install
28281 . Download & Install [ Racket] ( https://racket-lang.org ) : [ download.racket-lang.org] ( https://download.racket-lang.org )
29292 . Install [ Pollen] ( https://pollenpub.com ) :
30- ```
31- λ raco pkg install --auto --skip-installed pollen racket-langserver string-interpolation
30+ ``` shell
31+ raco pkg install --auto --skip-installed pollen racket-langserver string-interpolation
3232```
33333 . Fork this repo.
34344 . Start Pollens' project server from the project root:
35- ```
36- λ raco pollen start
35+ ``` shell
36+ raco pollen start
3737```
38385 . edit some file; reload your browser window; see the change.
You can’t perform that action at this time.
0 commit comments