my take on scrum poker, built using Next.js, Chakra-UI, and TypeScript.
Screen.Recording.2023-04-26.at.23.46.21.mp4
- Node v20+ (recommended to install through
nvm
) - This project uses pnpm as package manager (not yarn or npm). To install packages, run
pnpm i
- It's recommended to install / use pnpm via corepack
- Make sure
.env.local
file is added (see / copy from.env.example
) - Firebase project
First, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.js
. The page auto-updates as you edit the file.
Thanks goes to these wonderful people (emoji key):
Agustinus Nathaniel 💻 🐛 🎨 🤔 🚇 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!