WarFront.io is a real-time strategy game that is played in the browser. Still early in development.
To build the project, you will need to have Node.js and npm installed. You can download them from here.
Before building the project, you will need to install the dependencies. You can do this by running the following command in the project directory:
git submodule update --init --recursive
npm install
npm run prebuildTo build the project, you can run the following command:
npm run build-devOr for a production build:
npm run build-prod