eeg_certs/rs-front
Araozu 27a088eb1e Fixes #37 2023-12-11 15:53:15 -05:00
..
public [RS-FE] Add color schemes 2023-12-07 12:47:19 -05:00
src Fixes #37 2023-12-11 15:53:15 -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] Icons for navrail 2023-12-07 15:14:36 -05:00
README.md [RS-FE] Start FE rewrite in Dioxus 2023-12-07 10:24:31 -05:00
input.css [RS-FE] Icons for navrail 2023-12-07 15:14:36 -05:00
tailwind.config.js [RS-FE] Begin work on sidebar 2023-12-07 12:45:13 -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