kristofersxyz/README.md
2023-01-23 00:31:31 +02:00

16 lines
364 B
Markdown

# Kristofers Solo website
Portfolio build using [django](https://www.djangoproject.com/).
![Lint](https://github.com/kristoferssolo/kristofersxyz/actions/workflows/lint.yml/badge.svg)
## Development server
Install packages from `requirements.txt`.
```shell
pip install --upgrade pip -r requirements.txt
```
Start `localhost`.
```shell
./manage.py runserver
```