Skip to content

wiseshell-net/wiseshell.net

Repository files navigation

Notes:
Images picked from https://retroarch.org
Color palette extracted from https://www.color-hex.com/color-palette/21486 and https://nhfournier.es

Si he d'afegir una nova caracteristica als jocs de cartes, he de modificar-ho a models.py, a views.py (WikiList) i a wiki.html (la taula).

Local Setup

git clone [email protected]:wiseshell-net/wiseshell.net.git
cd wiseshell.net
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

Obre el navegador a http://127.0.0.1:8000 per accedir a la web.