Sportsee is a startup dedicated to sports coaching.
- Visual Studio Code (or your preferred IDE)
- Git
- NodeJS (version 18.15.0) - includes NPM 9.5.0
- NPM (version 9.5.0)
- Click on the fork button in the top right corner of the repository page.
-
Replace the url below with the url of your forked repository.
https://github.com/your-username/project-name.git
-
Open a terminal window and navigate to the directory that will store your project.
cd project-name
-
In your terminal, run the command below. The dot at the end will clone the project into the current directory.
git clone https://github.com/your-username/project-name.git .
-
In your terminal, run the command below to install the dependencies listed in the package.json file.
npm install
-
In your terminal, run the command below to launch the project.
npm run start
The project will launch in your browser at
http://localhost:5173
Follow the instructions in the Sportsee API ReadMe to install the backend.