Taskly is an open-source project management tool designed to streamline your workflow by importing tasks and projects from various popular applications.
Taskly is built using the T3 Stack, offering a robust and modern development experience:
- Next.js with App Router
- tRPC
- Prisma
- Tailwind CSS
- TypeScript
- Node.js (v14 or later)
- pnpm (v6 or later)
-
Clone the repository:
git clone https://github.com/kumard3/taskly.git cd taskly
-
Install dependencies:
pnpm install
-
Set up your environment variables:
cp .env.example .env
Edit the
.env
file with your specific configuration. -
Run the development server:
pnpm dev
-
Open http://localhost:3000 in your browser to see the result.
Taskly is open-source software licensed under the MIT license.
- T3 Stack
- Vercel for their amazing hosting and development experience
- All the amazing open-source projects that make Taskly possible
Built with ❤️ by kumard3