A re-imagining of the user showcase on the https://dioxus.dev/ website.
-
Run
dx serveto start the development server. -
Run
npx tailwindcss -i ./tailwind.css -o ./assets/tailwind.css --watchto compile Tailwind styles. -
Run
dx build --releaseto build for release. -
After building, you must manually add the
linktags for loading CSS into theindex.htmlfile in thepublicfolder. Otherwise there will be a flash of unstyled content on page load.
Tastemaker Design is not affiliated with Dioxus Labs. The Dioxus name and logo are the intellectual property of Dioxus Labs, Inc.