-
Install
rustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Install
Dioxus CLI:cargo install dioxus-cli
-
Fork/Clone the GitHub repository.
git clone https://github.com/opensass/opensass
-
SSG The Blogs.
IP=0.0.0.0 PORT=3000 dx bundle --fullstack --ssg --release
-
Run The Client.
dx serve
Navigate to http://localhost:3000 to explore the landing page.