Prompts for sensing, making, and navigating public space.
A progressive web app built on Next.js and Airtable, available at www.directionstonowhere.com.
- The website is created with Next.js using the plugin
next-pwato generate a progressive web app. - The data store is an Airtable base
Fork or clone the repo, then install the dependencies:
yarnCreate a .env file at the project root and add the Airtable credentials:
AIRTABLE_API_KEY=key*************
AIRTABLE_BASE_ID=app*************
Run the local server:
yarn devThe app is currently hosted on Heroku can can be deployed via the Heroku CLI.