Aurora Multiplayer Client

A multiplayer project for the game Aurora4x

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need

Setup

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

Built With

  • Svelte - Web app framework used