This project is open-source and available under the MIT License.
-
Install NodeJS
-
Clone the repository:
git clone https://github.com/brandonmoak/boatsim.git cd boatsim -
Install required packages:
cd {repo}/frontend npm install cd {repo}/backend npm install
-
Start the frontend and backend:
cd frontend npm start
In another terminal window
cd backend npm start