Skip to content

itsDesignFlaw/warfront

 
 

Repository files navigation

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

About

Lets see how far we can stretch this

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.2%
  • JavaScript 12.2%
  • CSS 6.5%
  • HTML 5.1%