Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ You can preview the production build with `pnpm run preview`.
## Database
This project uses a PostgreSQL database. As always, use a strong password.

Generate one using `openssl rand -base64 32`.
Generate one using `openssl rand -base64 32`.

## Admin login

```sh
pnpm run db:admin <email>
```

This creates an admin user and generates a password. Login at /login to accept or reject a contribution.