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: 11 days ago
JSON representation
Project Management System made with Mavo. Inspired by Kanbanchi. Styled with TailwindCSS
- Host: GitHub
- URL: https://github.com/dmitrysharabin/project-manager
- Owner: DmitrySharabin
- License: mit
- Created: 2019-05-05T06:02:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T08:17:49.000Z (over 2 years ago)
- Last Synced: 2025-04-12T17:40:37.774Z (13 days ago)
- Topics: dashboard, mavo, project-management, tailwindcss
- Language: CSS
- Homepage: https://pm-d12n-me.web.app/
- Size: 2.53 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).

## 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).