Skip to content

Commit 1884a38

Browse files
committed
Update readme
1 parent 9e28a68 commit 1884a38

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
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.
44
Written 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
1012
The easiest way to get started with local development is to [use Nix](https://zero-to-nix.com/start/install):
1113

1214
1. Install Nix
@@ -24,7 +26,8 @@ raco pollen start
2426
```
2527
5. edit files, reload the browser window, see the changes
2628

27-
## 2) 'Normal' install
29+
### 2) 'Normal' install
30+
2831
1. Download & Install [Racket](https://racket-lang.org): [download.racket-lang.org](https://download.racket-lang.org)
2932
2. Install [Pollen](https://pollenpub.com):
3033
```shell
@@ -33,6 +36,6 @@ raco pkg install --auto --skip-installed pollen racket-langserver string-interpo
3336
3. Fork this repo.
3437
4. Start Pollens' project server from the project root:
3538
```shell
36-
raco pollen start
39+
raco pollen start
3740
```
3841
5. edit some file; reload your browser window; see the change.

0 commit comments

Comments
 (0)