Skip to content
Peter Garas edited this page Oct 2, 2023 · 1 revision

Run the app

Preparation

Before the first run you need to install dependencies:

npm install

Then you need to build it:

npm run build

Run

npm start

Clone this wiki locally