This project is a calibration game developed using OpenAI's ChatGPT.
Before you begin, ensure you have met the following requirements:
-
You have installed Node.js and npm. You can verify this by running
node -v
andnpm -v
in your terminal. If you don't have Node.js installed, you can follow this guide. -
You have a Windows/Linux/Mac machine.
To set up the project, follow these steps:
-
Clone the repository to your local machine.
-
Navigate to the project directory in your terminal.
-
Install the project dependencies by running the following command:
npm install # do this once
- After the installation is complete, you can start the game by navigating to the web.cemrg.demo folder and running the following command:
npm start
The game should now be running in your default web browser.
https://openheartdevelopers.github.io/web.cemrg.demo/
To contribute to the Calibration Game, follow these steps:
Fork the repository.
Create a new branch: git checkout -b <branch_name>
.
Make your changes and commit them: git commit -m '<commit_message>'
.
Push to the original branch: git push origin <project_name>/<location>
.
Create the pull request.
Alternatively, see the GitHub documentation on creating a pull request.
If you want to contact me, you can reach me at [email protected].
This project uses the following license: BSD 3-Clause License
.