Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 630 Bytes

installation.md

File metadata and controls

21 lines (15 loc) · 630 Bytes

Installation for development

Prerequisites

You need node.js. If you want to know which version to use look in the package.json of this repository. Most likely the current LTS - version should work.

NPM install

Clone the repository first.

Run this command in the terminal in the folder where the package.json is located:

npm install

Start the app

Run this command in the terminal to start the app:

npm run start