Taskly is a ToDo List application. You can use taskly to organize and write down your task
Use the package manager npm to install Taskly.
npm iFor developement
cd ./frontend-taskly/ && npm run devFor Build
cd ./frontend-taskly/ && npm run buildPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
You can't directly merge into main branch, you have to open a pull request first.
Please make sure to update tests as appropriate.