Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1019 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1019 Bytes

Vue Burndown Generator

A simple burndown generator made with Vue and D3.js

dependencies Status DEMO

Running this repo

$ git clone [email protected]:vfreitas-/vue-burndown-generator.git
$ cd vue-burndown-generator
$ npm install
$ npm start

Contribute

All contributions are welcome.

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Install the tools necessary for development: npm install
  • Make your changes
  • Commit it to your own branch
  • Push your work back up to your fork
  • Submit a pull request with full remarks documenting your changes