aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2025-04-19 12:36:38 +0200
committerJoris2025-04-19 12:38:24 +0200
commit632eef6424d8dc8d40c2906177892697679e7b85 (patch)
tree48d9cd60e9e96eab810b5f7bb3c7b1fa79e0438f /README.md
parent063d8ef9eaf874a941f4459e831057dd0a1b7ddd (diff)
Add ZIG server
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 21 insertions, 7 deletions
diff --git a/README.md b/README.md
index 880f174..df7eab6 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,29 @@
-# Map
+# Maps
-Add markers on a map and save state in URL.
+Manage maps of markers.
-# Getting started
+## Getting started
-Enter nix shell:
+Get into nix-shell:
nix develop
-Then start the dev server:
+Start the server:
- bin/dev-server
+ bin/dev start
-Finally, open your browser at `http://localhost:8000`.
+Add fixtures:
+
+ sqlite3 db.sqlite3 < fixtures.sql
+
+Credentials are:
+
+ - john@mail.com / password
+ - lisa@mail.com / password
+
+## Improvements
+
+- mobile view
+- show last updated maps first
+- share with public link as readonly (allow to revoke)
+- archive instead of delete