Skip to content
/ stack Public

Stack is an app for online and in-person meetings with tools for easy, democratic decision-making.

Notifications You must be signed in to change notification settings

BSA-US/stack

Repository files navigation

Stack — Accesible democratic meetings

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.

Contributing

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 🙂

Setup

  1. Create a new branch:
    git checkout -b my-test-branch
  2. Duplicate the .env files:
    cp .env.template .env
  3. Install the correct version of Node.js (this is what .nvmrc does)
    nvm install
    nvm use
  4. Install yarn globally:
    npm i -g yarn
  5. Install dependencies:
    yarn
  6. Install vercel globally:
    yarn global add vercel

Run the app locally

vc dev # or yarn dev

About

Stack is an app for online and in-person meetings with tools for easy, democratic decision-making.

Resources

Stars

Watchers

Forks