Skip to content

YounBrand/PlanetPoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your local machine.

Environment Setup

  1. Clone the repository:

    git clone https://github.com/YounBrand/PlanetPoints
  2. Before running tests or starting the server, you need a .env file.

Windows

copy .env.template .env

macOS/Linux

cp .env.template .env
  1. Then fill in the required environment variables.

Installation

  1. Install dependencies and start the server:
    bash startup.sh
  2. Open your web browser and navigate to http://localhost:5173.

Testing

Run automated tests locally:

npm test

To continuously run tests while coding:

npm test:watch

About

Track daily activities, learn ways to reduce your carbon footprint, see your sustainability score, and compete with others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors