Add vite react #45
.drone.yml
.gitea/workflows
Makefilecommon
frontend
.eslintrc.cjs.gitignore.prettierrcindex.htmlpackage.jsonpostcss.config.cjs
src
tailwind.config.cjsvite.config.jsgames
package.jsonpoetry.lockpyproject.tomltailwind.config.jstimetracker
6
Makefile
6
Makefile
@ -7,6 +7,12 @@ HTMLFILES := $(shell find games/templates -type f)
|
|||||||
npm:
|
npm:
|
||||||
npm install
|
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:
|
makemigrations:
|
||||||
poetry run python manage.py makemigrations
|
poetry run python manage.py makemigrations
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user