Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 708 Bytes

SETUP.md

File metadata and controls

25 lines (16 loc) · 708 Bytes

Setup

Requirements

To run or build the software, NodeJs version 20 or higher must be installed. If you use GNU/Linux, you should follow the instruction published here.

Installation

To install the package move in the root of project directory and run:

npm i

Run locally

To run the software in local run:

npm run start

After the initialization the page will be available to http://localhost:3000

Note:

To run every functionality of the software in local environment you need to install any browser plug-in that suppresses CORS such as "CORS Everywere" for Firefox.

Build

To build the project to HTML run the following command:

npm run build