Development

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
  3. Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch

Run the following command in the root of the project to start the Dioxus dev server:

dx serve --hot-reload
Description
A task management app tailored specifically to my personal GTD workflow.
Readme 5.1 MiB
Languages
Rust 95.4%
CSS 1.6%
Dockerfile 1.4%
PLpgSQL 0.9%
Fluent 0.5%
Other 0.2%