- git clone
- npm install OR yarn
- npm run start
ReactJS is a Javascript view library that uses JSX. Its an Industry standard developed, supported and used by Facebook and an Open Source community.
Master branch is auto deploy, heavily protected, PRs must be double approved.
Development branch is the active branch. Make feature branches off of dev and then pull them into dev.
Current version is Mehler. Name all branches feat/{featureName} the feature name should be concise but not overlap too closely with any others. Descriptiveness is a low priority. Feature branches should preferably be less than 500 lines of code when compared to dev(with obvious exceptions of generated code and assets). SPLIT UP YOUR WORK.
name a hotfix branch - bug/{bugName} OR fix/{issueName} depending on if its an unintended code bug or accounting for something caused by external requirements.
Main App - see tournament states below
Archive - link to past tournaments
Account Management - passwords, league account linking, smurf settings
No Tournament
Tournament Sign Ups
Finalized Draft List
Draft App
Pre-Season
Regular Season
Post Season