From d1962796b07606b28eaf5905dc6e9814d97c096a Mon Sep 17 00:00:00 2001 From: john gravois Date: Sun, 21 Apr 2024 10:12:18 -0700 Subject: [PATCH] Update README.md --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index bc6eecd..20bed03 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,24 @@ -# setup - -``` -npm i -npm run setup -npm run dev - -open http://localhost:3000 -``` - -## development - -- Initial setup: +## setup ```sh npm install npm run setup - ``` +``` -- Start dev server: +## development ```sh npm run dev + open http://localhost:3000 ``` -This starts your app in development mode, rebuilding assets on file changes. +This starts the app in development mode, rebuilding assets on file changes. ### background -This is a simple app for making court reservations. A login is required to create and manage reservations, but you can view existing ones anonymously. +This is a simple app for making court reservations. A login is required to manage them, but not to view existing ones. -passwords are not stored by the app. for both new and existing users, login links are sent to an existing email address. +passwords are not stored by the app. login links are sent via email. ### Connecting to your database