this is a realtime strategy multiplayer game
You should;
- Have node and npm installed first,if not visit:
- Install and run XAMMP Apache Server for MySql server.
On the project directory,first install the required packages using npm like this:
npm install
After that just run the following command:
- For dev server
npm run dev
- For production server
npm run start