Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 436 Bytes

Status - development

UniSchool

UniSchool - учебная платформа с элементами геймификации

⌨️ Usage

  1. install dependencies with:
    npm i

  2. run in development mode (watch changes in the files and refresh your browser automatically):
    npm run dev

  3. would like to publish the project as a website? Then make a distribution build by generating static files:
    npm run build