Open-source work management
Get Started 👋 ・ Explore Docs 📚 ・ Discord 💬
tillywork is a work management solution that makes project management for startups easy.
- Open Source: Customize and extend tillywork as per your specific needs.
- Comprehensive Toolset: Possesses a range of tools covering project oversight, sales management, and issue resolution.
- Intuitive User Interface: Features a straightforward, user-friendly interface (Material 3 anyone?)
For further details and support, please visit our website or join our Discord.
- Clone the repository
git clone https://github.com/tillywork/tillywork.git
- Install Postgres on your device
- Install dependancies
npm install
- Copy .env.example and rename to .env
cp .env.example .env
and update the values - Run the app
npm run dev
tillywork is available under the MIT License.
We invite contributions to tillywork! If you have ideas for bug fixes, enhancements, or documentation improvements, please fork the repository and create a pull request.