speki-app

Crates.iospeki-app
lib.rsspeki-app
version0.1.0
created_at2025-07-19 12:00:47.462589+00
updated_at2025-07-19 12:00:47.462589+00
descriptionontological flashcard app
homepage
repository
max_upload_size
id1760184
size3,800,939
Tor (TBS1996)

documentation

README

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
Commit count: 0

cargo fmt