website and API for an experience art project π¦πβ°
Clone the application:
git clone https://github.com/annthurium/vaporloop
cd vaporloopInstall the dependencies:
npm installReplace the variables in .env.example with real values, and set them as variables in your local environment.
Fill in your Twilio Account SID and auth token, which cam be found in the Twilio console in the .env file.
You'll also need Airtable account credentials which can be found here. Click through to the base you want to generate credentials for.
Run the dev server:
npm startThe app is automatically deployed to Heroku when new branches are merged in to main.
If you add new environment variables, you'll need to add them to the Heroku console in order for the app to run correctly.