Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 787 Bytes

File metadata and controls

30 lines (19 loc) · 787 Bytes

WarFront.io

Discord

WarFront.io is a real-time strategy game that is played in the browser. Still early in development.

Building

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 prebuild

To build the project, you can run the following command:

npm run build-dev

Or for a production build:

npm run build-prod