De app voor de Waddinxveense Reddingsbrigade https://app.reddingsbrigadewaddinxveen.nl
Go to file
2024-07-18 17:12:27 +02:00
assets Changed topbar and added navbar 2024-07-18 17:12:27 +02:00
src Changed topbar and added navbar 2024-07-18 17:12:27 +02:00
.envrc Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
.gitignore Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
Cargo.lock Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
Cargo.toml Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
devenv.lock Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
devenv.nix Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
devenv.yaml Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
Dioxus.toml Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
input.css Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
package-lock.json Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
package.json Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
README.md Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
tailwind.config.js Added simple topbar 2024-07-17 22:17:39 +02:00

  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

Launch the Dioxus Fullstack app:

dx serve --platform fullstack