Hack4Impact Cal Poly project for the NAACP
git clone https://github.com/hack4impact-calpoly/naacp.git
Run npm i
in both the frontend and backend directories
cd frontend
npm start
cd backend
npm run dev
git checkout -b branch_name
- Make sure to name the branch something related to the issue you're working on
git checkout branch_name
git status
git pull origin main
git add file_name
git add .
git rm file_name
git commit -m '#[issue number] and a short description of changes'
git push -u origin your_branch_name
On our Github repository, click on the 'Compare & pull request' button that lists your repository name, or go to the 'branches' button and click on 'New pull request.'
Add a description of your changes and write the issue number to link the pull request and issue.
Add @NestorJMartinez as a reviewer on the right column.