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/
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.
-
Start developing.
Navigate to the repo and run:
npm run develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
-
Learn more