A casual multiplayer brain game leveraging presence and permission features

# Clone repo
git clone https://github.com/jsventures/stroopwafel
# Navigate into the project
cd stroopwafel
# Install dependencies
npm install
npx instant-cli login
npx instant-cli init
instant.schema.ts that you can push to your app.
You may have already pushed this during init in the previous step. If you
answered 'no' to the prompt during init, or if you're unsure whether you pushed
the schema, you can push it now.npx instant-cli push
npm run start