A place for business to list their offerings, and consumers to find what is available.
This is a Gatsby app that builds content from the . Businesses can list their business and offerings through the web experience, and consumers can find businesses around them that are still operating.
Clone repo:
git clone https://github.com/carrythroughcovid/ctc-web
Change into directory:
cd ctc-web
Install dependencies:
yarn
Run project in development mode:
yarn start
Open http://localhost:8000
in a browser.
Get in contact with the Carry Through COVID team - [email protected]
- Clone the project
- Create your feature branch (
git checkout -b name-of-feature
) - Commit your changes (
git commit -m 'feat: add name of feature'
) - Push to the branch (
git push origin name-of-feature
) - Create a new Pull Request