aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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