A Minecraft modpack manager written in Rust
Go to file
2024-06-04 20:04:37 +02:00
assets Fixed header 2024-06-04 20:04:37 +02:00
node_modules Added some boilerplate 2024-06-04 13:41:33 +02:00
public Added some boilerplate 2024-06-04 13:41:33 +02:00
src Fixed header 2024-06-04 20:04:37 +02:00
.gitignore Added basic authentication backend and frontend 2024-06-04 19:55:49 +02:00
Cargo.lock Added basic authentication backend and frontend 2024-06-04 19:55:49 +02:00
Cargo.toml Added basic authentication backend and frontend 2024-06-04 19:55:49 +02:00
Dioxus.toml Added some boilerplate 2024-06-04 13:41:33 +02:00
flake.lock Added some boilerplate 2024-06-04 13:41:33 +02:00
flake.nix Added some boilerplate 2024-06-04 13:41:33 +02:00
input.css Added some boilerplate 2024-06-04 13:41:33 +02:00
package-lock.json Added some boilerplate 2024-06-04 13:41:33 +02:00
package.json Added some boilerplate 2024-06-04 13:41:33 +02:00
README.md Added some boilerplate 2024-06-04 13:41:33 +02:00
tailwind.config.js Added some boilerplate 2024-06-04 13:41:33 +02:00
tailwind.sh Added some boilerplate 2024-06-04 13:41:33 +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