Based on https://github.com/zeit/next.js/tree/master/examples/with-apollo
yarn
yarn dev
In order for the Call for Speakers to work, we are authenticating with the Airtable API. Create a .env.local
from the .env.template
template file and insert the relevant data. Ask thomas@frontconference.com
in case you don't have access to Airtable. Without this file you'll see a Application error: Could not find Airtable API key.
when attempting to render an Airtable form.
yarn run deploy
Set alias from dev.frontconference.com
to latest deployment (you need to be a member of the frontendconf
organization on https://zeit.co to be able do this):
yarn run alias dev.frontconference.com
Set alias from dev.frontconference.com
to specific deployment (replace efwfjnbisv
with the deployment ID):
yarn run alias frontrelaunch-efwfjnbisv.now.sh dev.frontconference.com
Live deployment: Set alias from frontconference.com
to specific deployment (replace efwfjnbisv
with the deployment ID):
yarn run alias frontrelaunch-efwfjnbisv.now.sh frontconference.com