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.
To install the package move in the root of project directory and run:
npm i
To run the software in local run:
npm run start
After the initialization the page will be available to http://localhost:3000
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.
To build the project to HTML run the following command:
npm run build