These instructions will get you a copy of the web frontend up and running on your local machine for development and testing purposes.
- Node.js: Required to run the web frontend locally.
- Install Node.js: Download and install the latest version from https://nodejs.org/en/download/.
- Install dependencies:
npm install
- Run the project:
npm start