eeg_certs/rs-front
Araozu 6def82b452 [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
..
public [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
src [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
.gitignore [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
Cargo.lock [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
Cargo.toml [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
Dioxus.toml [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
README.md [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
input.css [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
tailwind.config.js [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00

README.md

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:
pnpx tailwindcss -i ./input.css -o ./public/tailwind.css --watch