[🎬 Watch on YouTube](Link upcoming)
This project uses Sinatra as its server. Here's how to run it after cloning.
- Create and populate a
.env
file. There's a starter example you can copy inserver/
.
cp server/.env.example server/.env
# Then open server/.env in your text editor and paste in the API keys for your account and a Price ID.
- Install dependencies and start up the server.
cd server/
bundle install
ruby server
- Go in your browser
http://localhost:4242
to see the demo