Skip to content

Ajuda os restaurantes portugueses pedindo comida para casa

License

Notifications You must be signed in to change notification settings

ImproveCoimbra/jantarada

 
 

Repository files navigation

Jantarada

Netlify Status

Prerequisites

You will need:

  1. An idea of how to set up a Next.js web-app.
  2. An API key to use Google Maps + Geocode (see Maps documentation). Due to not being able to restrict usage of the API key being used server-side, the repository is currently setup with two Google API keys: one is being used on the client – therefore publicly visible – so it can be domain-restricted; the other is only used server-side, not publicly visible, and not domain-restricted. You may want to change this setup depending on how you choose to deploy.
  3. An Airtable base with the same form fields as are used on the map and list pages. You'll need an API key + a base key (the ID of your Airtable base) as well.

Setup

  1. Run npm install (or yarn).
  2. Copy the template file .env.example to .env and populate with keys from earlier.
  3. Done.

Development

Run npm run dev (or yarn dev) to start the development loop.

Deployment

The Copenhagen project is deployed with Zeit Now, utilising Now Secrets (see now.json file), but could be deployed wherever.

About

Ajuda os restaurantes portugueses pedindo comida para casa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 96.8%
  • CSS 3.2%