Skip to content

EmilyOng/tusk-manager

Repository files navigation

Tusk Manager

Icons made by Smashicons from www.flaticon.com

Try it out

Overview

A fully-featured, clutter-free task management application that can run anytime, anywhere, and enables you to work with anyone.

Visit https://tusk-manager.vercel.app to try it out.

Basic Terminologies

Deployments

Quick Links

This repository serves as a central repository for the following submodules:

Getting Started

Cloning the repository

Clone the repository. The recursive flag is needed due to the use of submodules in this repository.

git clone --recursive https://github.com/EmilyOng/tusk-manager.git

Updating submodules

Updating the submodules is required whenever you have made a change in one of the submodule. This ensures that the repository always point to the latest commits. To update the submodules, run:

./scripts/update-submodules.sh

The script might not be executable. In that case, run chmod +x scripts/update-submodules.sh. Then, you may execute the above command again.

Then, add, commit and push the changes.

Releases

No releases published

Packages

No packages published

Languages