https://www.oregonstatehackathon.com/
- Christina Persaud
- Create a new branch for features to be added
- Name branch: Feature/FeatureToBeAdded (e.g. Feature/AddingNewSection) (Note: Make sure you don't lump a bunch of unrelated changes under one PR!)
- Make a Pull Request when ready to merge changes to the master branch
- On your PR, add a picture or quick video of your changes
- Under Reviewers (section on the top right), request kberba to review PR
- Let Rachel P. know of your changes on Slack! :)
- Feel free to add your name under Contributers on README.md
- Install Node.js. (Use Node.js version 16)
- Clone this repository:
gh repo clone OregonStateHackathonClub/osu-hackathon-club-site-2.0
- Move into the project root directory:
cd osu-hackathon-club-site-2.0
- Install project dependencies (npm):
npm install
- Run local development server:
npm start
- Create build for changes made:
npm run build
- Commit changes and push to Github