michal367 / OI-Project

Software Engineering Project
1 stars 1 forks source link

Software Engineering Project

App for supporting lecturers

The main goals of this app is to provide a way to:

Running the app

This app uses npm and deno.

To run app first you need to install dependencies:

npm install

Next you have to build sites:

npm run build

And then start deno server:

npm run deno

If you want to run app in developent mode instead of two commands above run:

npm run launch