Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
michal367 committed May 12, 2021
1 parent 808a639 commit bdb2b2a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,26 @@ The main goals of this app is to provide a way to:

- encourage students to actively participate by asking simple questions
- gather students' reactions during on-line lecture, which gives the lecturers feedback they lack


## Running the app

This app uses [npm](https://nodejs.org/) and [deno](https://deno.land/).

To run app first you need to install dependencies:
```bash
npm install
```
Next you have to build sites:
```bash
npm run build
```
And then start deno server:
```bash
npm run deno
```

If you want to run app in developent mode instead of two commands above run:
```bash
npm run launch
```

0 comments on commit bdb2b2a

Please sign in to comment.