aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 880f1741e763a924d57a1c3998e0c0b6962717fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Map

Add markers on a map and save state in URL.

# Getting started

Enter nix shell:

    nix develop

Then start the dev server:

    bin/dev-server

Finally, open your browser at `http://localhost:8000`.