Skip to content

kumard3/taskly

Repository files navigation

Taskly

Taskly is an open-source project management tool designed to streamline your workflow by importing tasks and projects from various popular applications.

🚀 Tech Stack

Taskly is built using the T3 Stack, offering a robust and modern development experience:

🛠 Getting Started

Prerequisites

  • Node.js (v14 or later)
  • pnpm (v6 or later)

Installation

  1. Clone the repository:

    git clone https://github.com/kumard3/taskly.git
    cd taskly
  2. Install dependencies:

    pnpm install
  3. Set up your environment variables:

    cp .env.example .env

    Edit the .env file with your specific configuration.

  4. Run the development server:

    pnpm dev
  5. Open http://localhost:3000 in your browser to see the result.

📜 License

Taskly is open-source software licensed under the MIT license.

🙏 Acknowledgements

  • T3 Stack
  • Vercel for their amazing hosting and development experience
  • All the amazing open-source projects that make Taskly possible

Built with ❤️ by kumard3