Go to file
2023-02-22 22:24:17 +02:00
.github/workflows Added automatic linting 2023-01-17 16:08:03 +02:00
kristofersxyz Yeeted validation 2023-01-23 12:06:00 +02:00
static Merge branch 'master' of github.com:kristoferssolo/kristofersxyz 2023-01-30 13:27:35 +02:00
templates Merge branch 'master' of github.com:kristoferssolo/kristofersxyz 2023-01-30 13:27:35 +02:00
.gitignore Installed fontawesome 2023-01-18 21:08:52 +02:00
LICENSE Update LICENSE 2023-02-22 22:24:17 +02:00
manage.py Update KARBS 2022-11-28 00:48:32 +02:00
pyproject.toml Added automatic linting 2023-01-17 16:08:03 +02:00
README.md Added run command 2023-01-23 00:31:31 +02:00
requirements_dev.txt Added automatic linting 2023-01-17 16:08:03 +02:00
requirements.txt Installed fontawesome 2023-01-18 21:08:52 +02:00
setup.cfg Installed fontawesome 2023-01-18 21:08:52 +02:00
setup.py Added automatic linting 2023-01-17 16:08:03 +02:00
tox.ini Added automatic linting 2023-01-17 16:08:03 +02:00

Kristofers Solo website

Portfolio build using django.

Lint

Development server

Install packages from requirements.txt.

pip install --upgrade pip -r requirements.txt

Start localhost.

./manage.py runserver