De app voor de Waddinxveense Reddingsbrigade https://app.reddingsbrigadewaddinxveen.nl
Go to file
2024-10-02 12:31:59 +02:00
assets Added change email and logout 2024-10-02 11:19:05 +02:00
public/gifs Finished primary part of migrating members 2024-07-24 20:42:32 +02:00
src Added change password functionality 2024-10-02 12:31:59 +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 basic auth system 2024-09-30 17:01:13 +02:00
Cargo.toml Added basic auth system 2024-09-30 17:01:13 +02:00
devenv.lock Added registration token lookup 2024-09-23 12:34:59 +02:00
devenv.nix Added registration token lookup 2024-09-23 12:34:59 +02:00
devenv.yaml Added registration token lookup 2024-09-23 12:34: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