Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 444 Bytes

capstone

Setup

git clone the repo locally

Install all dependencies by running npm run install:all

Start a development server for spotter by running npm run start:spotter

Development

Create a new branch

git pull origin main

Make your changes

git add .

Be sure to run npm run format before commiting

git commit

git push -u origin <<Your Branch Name>>

Make a pull request from <<Your Branch Name>> to main