website frontend and backend
- run
chmod +x script/bootstrap
- run
./script/bootstrap
run npm install
(automatically npm run build
after)
run pip3 install -r requirements.txt
-
test both frontend and backend: run
num run test
-
Test backend run
pytest ./test_flask
to test backend -
Test frontend run
vitest --watch false
to test frontend
-
run
num run start
for integrated frontend and backend -
run
npm run serve
for frontend development -
run
flask (--debug run)
for backend development