Skip to content

toastdevv/taskit

Repository files navigation

Taskit

Taskit is a task management app that allows you to put your tasks into groups and keep track of them by checking or unchecking them, editing them or completely removing them.

Getting started

The app is divided into two directories. To get started, run yarn to install the required dependencies.

Make sure to copy and paste the .env.example file as .env and fill the required fields before running the project.

Commands available

yarn dev to run project in development mode. yarn lint to check for errors and warnings before building the project yarn build to build project before running in production mode (IMPORTANT) yarn start starts the project in production mode