De app voor de Waddinxveense Reddingsbrigade https://app.reddingsbrigadewaddinxveen.nl
Go to file
2024-09-07 20:02:24 +02:00
assets Updated dependencies 2024-09-07 20:02:24 +02:00
public/gifs Finished primary part of migrating members 2024-07-24 20:42:32 +02:00
src Updated dependencies 2024-09-07 20:02:24 +02:00
.envrc Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
.gitignore Added surrealdb 2024-07-18 19:03:13 +02:00
Cargo.lock Updated dependencies 2024-09-07 19:16:59 +02:00
Cargo.toml Updated dependencies 2024-09-07 20:02:24 +02:00
devenv.lock Updated dependencies 2024-09-07 19:16:59 +02:00
devenv.nix Updated dependencies 2024-09-07 20:02:24 +02:00
devenv.yaml Updated dependencies 2024-09-07 19:16:59 +02:00
Dioxus.toml Finished primary part of migrating members 2024-07-24 20:42:32 +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