Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DmitrySharabin/project-manager

Project Management System made with Mavo. Inspired by Kanbanchi. Styled with TailwindCSS
https://github.com/DmitrySharabin/project-manager

dashboard mavo project-management tailwindcss

Last synced: about 1 month ago
JSON representation

Project Management System made with Mavo. Inspired by Kanbanchi. Styled with TailwindCSS

Awesome Lists containing this project

README

        

# Project Manager

Project Management System made with [Mavo](https://mavo.io/). Inspired by [Kanbanchi](https://www.kanbanchi.com/). Styled with [TailwindCSS](https://tailwindcss.com/).

![Application Overview](Screenshot.png)

## Setting up the environment (one time stuff)

1. Either download the zip file or clone the repository
2. `cd` into the newly created folder and run `yarn install` to install the build tools (gulp & gulp plugins) and TailwindCSS
3. Done!

## Every time you work on Project Manager app

Run `gulp` before making any changes, to automatically build every time you save.

## Building and deploying the app

Run `gulp build` and deploy the `dist` folder.

## License

The content of this repository is licensed under an [MIT License](https://opensource.org/licenses/MIT).