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:
- Node.js (version >= 16.x.x) and npm
- Download and install Node.js from here.
- Git for version control
- Install Git from here.
First, clone the frontend repository to your local machine:
git https://github.com/InternetEnemies/combatcritters-ts.gitNavigate into the project directory:
cd combatcritters-tsRun the following command to install the necessary npm packages:
npm installOpen 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.