Add vite react #45

Closed
lukas wants to merge 42 commits from add-frontend into main
1 changed files with 6 additions and 0 deletions
Showing only changes of commit d272915ef6 - Show all commits

View File

@ -7,6 +7,12 @@ HTMLFILES := $(shell find games/templates -type f)
npm:
npm install
css: common/input.css
npx tailwindcss -i ./common/input.css -o ./games/static/base.css
css-dev: css
npx tailwindcss -i ./common/input.css -o ./games/static/base.css --watch
makemigrations:
poetry run python manage.py makemigrations