This is a repo for a website to help you with managing a scrum project. Anything from backlog, scrum-board, burndown chart, dependency charts and more!
To install this you'll need some setup. First of all this project is writting as a MEAN Stack, so MEAN is need. We write all .js files in typescript so this will be needed aswell.
To install all dependencies for this project, you'll "gulp-cli" ("npm install gulp-cli") and then run "npm install".
To build run "gulp build:server". Afterwards run the server by typing "gulp serve".