gilesv / pardal

Painless sprint planning sessions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pardal logo

Pardal is a tool that helps sprint planning sessions to happen painlessly by enabling fast task writing and providing easy integration with issue trackers.

Getting started

Follow the steps to build and execute the project in your local machine.

Installing

$ git clone https://github.com/gilesv/pardal && cd pardal
/pardal $ yarn install

Running

# runs the app in development mode at http://localhost:3000
/pardal $ yarn start
# builds the app for production to the `docs` folder
/pardal $ yarn build
# launches the test runner in the interactive watch mode
/pardal $ yarn test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License.

About

Painless sprint planning sessions.

License:MIT License


Languages

Language:TypeScript 49.7%Language:JavaScript 42.9%Language:CSS 6.3%Language:HTML 1.2%