Based on https://github.com/zeit/next.js/tree/master/examples/with-apollo
yarn
yarn devIn 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 deploySet 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.comSet alias from dev.frontconference.com to specific deployment (replace efwfjnbisv with the deployment ID):
yarn run alias frontrelaunch-efwfjnbisv.now.sh dev.frontconference.comLive deployment: Set alias from frontconference.com to specific deployment (replace efwfjnbisv with the deployment ID):
yarn run alias frontrelaunch-efwfjnbisv.now.sh frontconference.com