- Fork this repo!
- Clone your fork
- Run
git remote add upstream https://github.com/Hack-Your-Own/TachyonV2-Frontend.git
- Whenever necessary you can pull from main branch with
git pull upstream master
- After pulling push changes to your branch
- Whenever necessary you can pull from main branch with
- Make changes locally, but make sure you're staying updated with the master
- Once downloaded in locally do
yarn install
to install the packages andyarn start
to begin developing. - Note we use https://devexpress.github.io/devextreme-reactive/react/grid/ for our grid.
- If you have any questions ask us on discord.
- Once downloaded in locally do
- Make a PR and assign someone to review
- Get your code approved and merged!
- If your code needs some patching up, fix the issue and update the PR
- If you have questions, suggestions, or want to discuss something, create an issue