kristofersxyz/README.md
2023-09-09 23:43:26 +03:00

16 lines
450 B
Markdown

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