mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Added Blog Page and Housekeeping
This commit is contained in:
parent
db4bf103c3
commit
d32415232e
18 changed files with 6860 additions and 769 deletions
32
README.md
32
README.md
|
@ -5,11 +5,14 @@
|
|||
|
||||
## About
|
||||
|
||||
Tasko is a company that helps you manage your tasks efficiently by using kanban boards. Kanban boards are a visual way of organizing your work into different stages, such as to-do, in progress, and done. With Tasko, you can create and customize your own kanban boards, add tasks, and collaborate with your team members. Tasko is designed to be simple, intuitive, and flexible, so you can focus on getting things done and achieving your goals.
|
||||
Tasko is a website that helps you manage your tasks efficiently by using kanban boards. Kanban boards are a visual way of organizing your work into different stages, such as to-do, in progress, and done. With Tasko, you can create and customize your own kanban boards and add tasks. Tasko is designed to be simple, intuitive, and flexible, so you can focus on getting things done and achieving your goals. [Try Tasko Today!](https://tasko-omega.vercel.app/)
|
||||
|
||||
## Documentation
|
||||
|
||||
Currently, there is no documentation or wiki available but there will be one added in the future.
|
||||
> [!WARNING]
|
||||
> Documentation is not complete and is still a work in progress.
|
||||
|
||||
Documentation can be found on our new, [Mintlify page](https://tasko.mintlify.app/).
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
@ -22,11 +25,30 @@ This will be published on the site some time soon but for now, the roadmap will
|
|||
- [ ] Add end-to-end Database encryption (for customer data such as card titles and descriptions, and subscription information)
|
||||
- [ ] Add dark mode
|
||||
- [ ] Markdown Support in Card Descriptions
|
||||
- [ ] Self-Hosted Version
|
||||
|
||||
## Contributing and Development
|
||||
|
||||
### Development Commands
|
||||
|
||||
Start Dev Server: ``yarn dev``
|
||||
|
||||
Production Build: ``yarn build``
|
||||
|
||||
Start Production Server: ``yarn start``
|
||||
|
||||
Linting: ``yarn lint``
|
||||
|
||||
Check Formatting: ``yarn format``
|
||||
|
||||
Fix Formatting: ``yarn format:fix``
|
||||
|
||||
Please make sure to lint and check formatting (using the commands listed above) before submitting a Pull Request.
|
||||
|
||||
## Legal
|
||||
|
||||
[Privacy Policy](https://tasko-omega.vercel.app/privacy-policy)
|
||||
[Privacy Policy](https://tasko-omega.vercel.app/privacy-policy) _Temporarily removed to revamp it._
|
||||
|
||||
[Terms of Service](https://tasko-omega.vercel.app/terms-of-service) _The Terms of Service will be added once a CMS is added and implemented._
|
||||
[Terms of Service](https://tasko-omega.vercel.app/terms-of-service) _The Terms of Service will be added soon!_
|
||||
|
||||
[License](https://github.com/ahmadk953/tasko/blob/main/LICENCE)
|
||||
[License](https://github.com/ahmadk953/tasko/blob/main/LICENCE) _Will be located on website at some point in time._
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue