This repo is the web front end for CombatCritters.
Our main repository can be found here.
Before you begin, 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-react.git
Navigate into the project directory:
cd combatcritters-react
Run the following command to install the necessary npm packages:
npm install
To start the React development server, run:
npm start
Your frontend app should now be running at http://localhost:3000.
Note: currently Firefox is the only supported browser that works with our application (please ensure HTTPS only mode is turned off on your Firefox browser).