Web application front-end and public-facing website for Redback Project 3 (Wearables for athletes).
- Git installed
- Node.js installed
- IDE or editor of choice (e.g., WebStorm, VS Code)
- Terminal of choice (e.g., Git Bash, Command Prompt, WSL, MacOS Terminal)
- Web browser
- Collaborator access to this repository (if you are a team member)
- Git credentials configured on your machine
- Git GUI such as GitKraken, SourceTree, GitHub Desktop (if you prefer this over working only with terminal commands)
- Clone the repository to your local machine
(or SSH if you have set up SSH access to your GitHub account)
git clone https://github.com/Redback-Operations/redback-fit-web.git
- Create a branch for your work, following the Capstone Branching Guidelines
git branch <branch-name>
- Check out your branch
git checkout <branch-name>
- Open your terminal and navigate to the project directory
cd path/to/redback-fit-web
- Run
npm install
to install the project dependenciesnpm install
- Run
npm run dev
to start the development servernpm run dev