diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 21 insertions, 7 deletions
@@ -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 |