A simple Kanban board application built with Next.js & Tailwind CSS.
If you want to run this yourself you can do it like so:
Clone the Repository:
git clone https://github.com/acastaneiras/tasktide.git
cd tasktide
Set Up Environment Variables:
Copy the .env.default
file and rename it to .env
and fill in the required variables.
Install dependencies:
npm install
Run development server:
npm run dev
or build the application with:
npm run build && npm run start