A minimalist and free kanban board for teams to use.
- Clone repository and
cd
into directory. - Run
meteor npm install
to install dependencies. - Run
meteor
to run crrntly on localhost:3000.
In crrntly, you can login and register securely through Meteor's robust authentication system.
Boards are separated by teams and a list can be viewed at the /teams page.
Within each team, sections can be made to organize different activities.
Within each activitiy, users can post updates as well as invite other users to the specific card.
Feel free to open a pull request!