De app voor de Waddinxveense Reddingsbrigade https://app.reddingsbrigadewaddinxveen.nl
Go to file
2024-07-23 10:47:46 +02:00
assets Updated migration UI and added migration function 2024-07-23 10:47:46 +02:00
src Updated migration UI and added migration function 2024-07-23 10:47:46 +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 Added function for csv to members 2024-07-19 17:50:50 +02:00
Cargo.toml Added function for csv to members 2024-07-19 17:50:50 +02:00
devenv.lock Added a bunch of boilerplate 2024-07-17 21:33:39 +02:00
devenv.nix Added surrealdb 2024-07-18 19:03:13 +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