update docs

This commit is contained in:
Tobias Brunner 2025-05-06 16:05:35 +02:00
parent 8b594846ad
commit c1f776e7eb
No known key found for this signature in database
2 changed files with 27 additions and 6 deletions

View file

@ -1,8 +1,13 @@
# Servala Frontend
# Servala Website
This is a PoC for a Servala Frontend with the aim to collect leads and measure market interest.
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
```
* List services
* Show CSPs
* Collect leads with a form
* Expose some OSB API mocks to collect leads