Stack is an app for online and in-person meetings with tools for easy, democratic decision-making. Compatible with Dual Power App.
Check out our website to follow along, or drop into one of BSA Open Tech Development's biweekly meetings, streamed live to the Dual Power App site and open to guests via live chat and Discord.
While we're focusing on design so we can get to a buildable spec ASAP, you're free to experiment and submit PRs. Make sure you read the contributor guidelines before you move on 🙂
- Create a new branch:
git checkout -b my-test-branch
- Duplicate the
.env
files:cp .env.template .env
- Install the correct version of Node.js (this is what
.nvmrc
does)nvm install nvm use
- Install
yarn
globally:npm i -g yarn
- Install dependencies:
yarn
- Install
vercel
globally:yarn global add vercel
vc dev # or yarn dev