Skip to content

ChiliCheese-org/chilicheese.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChiliCheese.org Logo

ChiliCheese.org

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!

Setting up the project locally

  1. Clone this repo
  2. yarn install
  3. yarn start

Tools used

How to contribute

  1. Fork this repo
  2. Create a branch and add your proposed changes.
  3. Push your changes to your Github fork.
  4. Ensure that all CI code checks pass.
  5. 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.)
  6. Once your code changes are approved, merge your pull request to master. (This will kick off the production deployment process.)
  7. Once the production deployment process passes, point your browser to ChiliCheese.org and marvel at your changes!

Publishing to Storybook

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.

Current codeowners