Make sure you have Node.js and npm installed on your local machine.
-
Clone the repository:
git clone https://github.com/YounBrand/PlanetPoints
-
Before running tests or starting the server, you need a
.envfile.
copy .env.template .envcp .env.template .env- Then fill in the required environment variables.
- Install dependencies and start the server:
bash startup.sh
- Open your web browser and navigate to
http://localhost:5173.
Run automated tests locally:
npm testTo continuously run tests while coding:
npm test:watch