This repository contains the source code for version 3 (current version) of the ChiliCheese.org Web site. This application is maintained exclusively by fans and volunteers of the Taco Bell Chili Cheese Burrito and any code contributions or bug fixes are welcomed!
- Clone this repo
yarn install
yarn start
- Fork this repo
- Create a branch and add your proposed changes.
- Push your changes to your Github fork.
- Ensure that all CI code checks pass.
- Create a pull request with yur changes against the
master
branch on https://github.com/ChiliCheese-org/chilicheese.org. (All code owners will be notified on your changes automatically.) - Once your code changes are approved, merge your pull request to master. (This will kick off the production deployment process.)
- Once the production deployment process passes, point your browser to ChiliCheese.org and marvel at your changes!
ChiliCheese.org uses Storybook for component demos and documentation. The ChiliCheese.org storybook site can be found at https://chilicheese-org.github.io/chilicheese.org.storybook/ -- Please feel free to browse our Storybook site to familiarize yourself with the component layout and APIs.