UniSchool - учебная платформа с элементами геймификации
-
install dependencies with:
npm i
-
run in development mode (watch changes in the files and refresh your browser automatically):
npm run dev
-
would like to publish the project as a website? Then make a distribution build by generating static files:
npm run build