File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- # Functional Coders Tübingen
1+ # [ Tü.λ Functional Programming Night Tübingen] ( https://tu-lambda.github.io )
22
3- The main website of the functional coders meetup Tübingen.
3+ The main website of the Tü.λ meetup Tübingen.
44Written in [ Racket] ( https://racket-lang.org ) and [ Pollen] ( https://pollenpub.com ) , built with [ Nix] ( https://nixos.org ) , hosted on GitHub Pages.
55
6- # Setup
6+ In 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
9+
10+ ### 1) Nix
811
9- ## 1) Nix
1012The easiest way to get started with local development is to [ use Nix] ( https://zero-to-nix.com/start/install ) :
1113
12141 . Install Nix
@@ -24,7 +26,8 @@ raco pollen start
2426```
25275 . edit files, reload the browser window, see the changes
2628
27- ## 2) 'Normal' install
29+ ### 2) 'Normal' install
30+
28311 . Download & Install [ Racket] ( https://racket-lang.org ) : [ download.racket-lang.org] ( https://download.racket-lang.org )
29322 . Install [ Pollen] ( https://pollenpub.com ) :
3033``` shell
@@ -33,6 +36,6 @@ raco pkg install --auto --skip-installed pollen racket-langserver string-interpo
33363 . Fork this repo.
34374 . Start Pollens' project server from the project root:
3538``` shell
36- raco pollen start
39+ raco pollen start
3740```
38415 . edit some file; reload your browser window; see the change.
You can’t perform that action at this time.
0 commit comments