A fresh 🆕 poll app will come here, keep an eye on this repo as code will appear!
- Install asdf:
brew install asdf
- Install the nodejs plugin:
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
- Check project version of node:
cat .tool-versions
- Install nodejs:
asdf install nodejs <version>
You need Yarn 4+:
corepack enable
asdf reshim nodejs
yarn install
Copy the .env.example
to .env
and fill in the blanks
use 2 terminals:
yarn emulate:firestore
yarn dev
You can view the styled components through storybook:
yarn storybook:ui