kredens/README.md

22 lines
309 B
Markdown
Raw Normal View History

2025-01-23 02:58:00 +00:00
# Kredens
Where I keep my spoons.
## Development
Create a .env file:
```sh
DATABASE_PASSWORD=TOTALMESSREPLACE
SUPERUSER_EMAIL=bla@example.com
SUPERUSER_PASSWORD=OHNONONO
2025-01-23 02:58:00 +00:00
```
Then, to start the thing:
```sh
% docker compose up -d
```
The entire thing comes with a dev container that should mostly work.