Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 698 Bytes

File metadata and controls

33 lines (23 loc) · 698 Bytes

Taskly

Taskly is a ToDo List application. You can use taskly to organize and write down your task

Installation

Use the package manager npm to install Taskly.

npm i

Run

For developement

cd ./frontend-taskly/ && npm run dev

For Build

cd ./frontend-taskly/ && npm run build

Contributing

Pull 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.

License

MIT