Installation
Follow these steps to set up and run the AREA Client Web project.
1. Clone the repository
git clone git@github.com:ASM-Studios/AREA.git
2. Install NPM packages
cd AREA/client_web
npm install
3. Run the project
To start the front-end, ensure that the following binaries are available:
mkcert - For generating SSL certificates.
npm run start