https://github.com/dioxus-community/dioxus-community.github.io
Website for Dioxus Community 🦀🧬
https://github.com/dioxus-community/dioxus-community.github.io
community dioxus rust
Last synced: about 1 year ago
JSON representation
Website for Dioxus Community 🦀🧬
- Host: GitHub
- URL: https://github.com/dioxus-community/dioxus-community.github.io
- Owner: dioxus-community
- Created: 2023-10-07T11:09:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T15:02:32.000Z (over 2 years ago)
- Last Synced: 2024-04-24T04:47:39.198Z (about 2 years ago)
- Topics: community, dioxus, rust
- Language: Rust
- Homepage: https://dioxus-community.github.io/
- Size: 2.73 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website for showing off all sorts of cool stuff.
Just go to !
You can find everything there.
# Contributing
For styling, we use Tailwind, but there is a `build.rs` which should handle building the output file for you.
All you need to do is use any Tailwind classes wherever you'd like!
If the build script fails to run Tailwind, it will let you know. In that case, run:
```bash
npx tailwindcss -i ./src/input.css -o ./public/tailwind.css --watch --minify
```
Have a look at the [Tailwind docs](https://tailwindcss.com/docs/installation) for more details about the setup.