mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
12 lines
310 B
Markdown
12 lines
310 B
Markdown
# Kristofers Solo website
|
|
Portfolio build using [django](https://www.djangoproject.com/).
|
|
|
|

|
|
|
|
## Development server
|
|
Install packages from `requirements.txt`.
|
|
```shell
|
|
pip install --upgrade pip -r requirements.txt
|
|
```
|
|
|