feat: initial commit

This commit is contained in:
2025-02-21 18:42:56 +01:00
commit ee4a65b345
81 changed files with 3441 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Rkvst
## Getting started
```bash
# Generate .env from template
make .env
# Update .env with your own values
vim .env
# Start application
make watch
```
Then open http://localhost:3000 in your browser.