combatcritters-ts
v0.2.30
Published
combatcritters ts wrapper
Downloads
1,887
Readme
Combat Critters Typescript
This is a wrapper for the CombatCritters API.
This repository is mainly used as an interface by the react frontend.
Getting Started
Prerequisites
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.
Setup
1. Clone the Frontend Repository
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
2. Install Dependencies
Run the following command to install the necessary npm packages:
npm install
Running Integration Tests
1. Set Environment
2. Open Docker
Open Docker and ensure that it is running.
3. Run Integration Tests
Run the integration tests in test/integration using WebStorm
Click the green play button next to the test file you want to run.