The official repository for the website wouldyoubot.com.
- Pull the newest version from the repository
- Run
npm install
- Start up the project 3.1 Development Server
npm run dev
3.2 SCSS Compiler
npx gulp
- Make changes
- Create a commit with a descriptive title & detailed description
- Push the commit to a new dev branch (as example: dev-17) or your local fork
- Open a pull request Done!
- fix(area*): Title (Bugfixes)
- feat(area*): Title (New Features)
- impr(area*): Title (Improvement or small changes)
The area field is optional but recommended. Select the most applicable field from the list below.
- Core
- Auth
- Packs
- Home
- Nav
- Footer
You can also use a custom area if that would be the best option for your commit.