website/README.md

13 lines
233 B
Markdown
Raw Permalink Normal View History

2025-05-06 16:05:35 +02:00
# Servala Website
2025-01-27 17:13:06 +01:00
2025-05-06 16:05:35 +02:00
This is the Django source-code of the website powering https://servala.com.
## Running locally
```
cp .env.example .env
source .env
uv run --extra dev manage.py migrate
uv run --extra dev manage.py runserver
```