/not-ubereats

This website was created to help showcase local restaurants in Toronto who offer their own delivery service.

Primary LanguageJavaScript

Local Eats

Formerly Not UberEats

This website was created to help showcase local restaurants in Toronto who offer their own delivery service.

By showcasing these restaurants I hope that we can help struggling businesses during this difficult time by putting more money in their pocket instead of third-party companies.

I built this site using Gatsby, using Contentful CMS and hosted on Netlify. For styling I'm using the React Bootstrap library.

View the running website - https://iwanteats.com/

Netlify Status

🚀 Quick start

Prerequisites:

Setup your contentful space by following the instructions here

Requires the following environment variables in a .env.development file:

CONTENTFUL_ACCESS_TOKEN=<access-token>
CONTENTFUL_SPACE_ID=<space-id>
GATSBY_GOOGLE_PLACES_KEY=<used-for-location-search>

I've put samples of the content models in the /sample folder you can import if you wish to. If you're interested in being a contributer I can provide you with the current site values.

  1. Start developing.

    Navigate to the repo and run:

    npm run develop
  2. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

  3. Learn more