A multiplayer project for the game Aurora4x
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need
To setup your development environment follow these steps
Navigate to an appropriate folder and clone this repository
git clone https://github.com/kkingsbe/Aurora-Multiplayer-Client
Navigate to the root folder and run:
npm install
To start the application run:
npm start
To build the application (currently only to a portable exe) run:
npm run dist
- Svelte - Web app framework used