Skip to content

hjfitz/sprint-planning-capacity

Repository files navigation

🏃‍♂️ Sprint Planning

Small Svelte webapp to get you planning your team capacity better

🤖 Developing

Firstly clone the repo with git clone git@github.com:hjfitz/sprint-planning-capacity.git.

Once you've cloned the project and installed dependencies with yarn, start a development server:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev -- --open

🧑‍🏭 Building

To create a production version of your app:

yarn build

You can preview the production build with yarn preview.

🎁 Contributing

Fork it, commit, pull request