Skip to content

gilesv/pardal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.