| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the interactive tutorial project, tryrust.org, which runs directly in your browser.
Note: We continuously update the number of tutorials. It is still in progress.
Install dependencies:
yarn install
cargo install dioxus-cliRun the dev server (Tailwind CSS is automatically handled by dx via asset!()):
dx servedx build --release --platform fullstackBuild and run the Docker image:
docker build . -t tryrust
docker run -p 8080:8080 tryrustThe site was inspired by tryclojure.org and tryhaskell.org.
| Back | FazBrowse Home | New Git URL |