This is a wrapper for the CombatCritters API.
This repository is mainly used as an interface by the react frontend.
Ensure you have the following software installed on your system:
First, clone the frontend repository to your local machine:
git https://github.com/InternetEnemies/combatcritters-ts.git
Navigate into the project directory:
cd combatcritters-ts
Run the following command to install the necessary npm packages:
npm install
Open Docker and ensure that it is running.
Run the integration tests in test/integration using WebStorm
Click the green play button next to the test file you want to run.