Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 181 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 181 Bytes

funics

to install dependencies:

cd website ; npm install ; cd ..

to run server from root:

cd website ; npm run build ; cd ..
flask --app server/index run