A Minecraft modpack manager written in Rust
assets | ||
node_modules | ||
public | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Dioxus.toml | ||
flake.lock | ||
flake.nix | ||
input.css | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js | ||
tailwind.sh |
- Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install the tailwind css cli: https://tailwindcss.com/docs/installation
- 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