Skip to content

A simple Kanban board application built with Next.js & Tailwind CSS.

License

Notifications You must be signed in to change notification settings

acastaneiras/tasktide

Repository files navigation

TaskTide

A simple Kanban board application built with Next.js & Tailwind CSS.

Technology Stack

Installation

If you want to run this yourself you can do it like so:

Prerequisites

Steps

  1. Clone the Repository:

    git clone https://github.com/acastaneiras/tasktide.git
    cd tasktide
  2. Set Up Environment Variables:

    Copy the .env.default file and rename it to .env and fill in the required variables.

  3. Install dependencies:

    npm install
  4. Run development server:

    npm run dev

    or build the application with:

    npm run build && npm run start

About

A simple Kanban board application built with Next.js & Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published