Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois authored Apr 21, 2024
1 parent 41c14da commit d196279
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d196279

Please sign in to comment.