https://github.com/dioxuslabs/docsite
Dioxuslabs.com documentation site
https://github.com/dioxuslabs/docsite
Last synced: about 1 year ago
JSON representation
Dioxuslabs.com documentation site
- Host: GitHub
- URL: https://github.com/dioxuslabs/docsite
- Owner: DioxusLabs
- Created: 2021-07-20T23:04:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T22:35:49.000Z (about 1 year ago)
- Last Synced: 2025-04-12T14:18:56.831Z (about 1 year ago)
- Language: Rust
- Homepage: https://dioxuslabs.com
- Size: 232 MB
- Stars: 139
- Watchers: 6
- Forks: 147
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dioxuslabs.com
This repository contains the source code for the https://dioxuslabs.com website.
This website is written with Dioxus, pre-generated with `dioxus_ssr`, and then
rehydrated with interactivity provided by `dioxus_web`.
## Development
The docsite uses the newest Tailwind (v4) so you need to install it first and then run it using:
```sh
npx @tailwindcss/cli -i ./tailwind.css -o ./assets/tailwind.css --watch
```
The documentation can be edited using any text editor. Most commonly used
editors support syntax highlighting for the `markdown` format. To view your
changes you can install the [`dx`][dx] tool locally, assuming you already have a
working `Rust` setup:
```sh
cargo install dioxus-cli
```
With [`dx`][dx] installed, you can use it to build and serve the documentation
on your local system:
```sh
dx serve
```
This will start a local server that will be available on
[localhost:8080](localhost:8080) and will automatically build and re-build the
documentation when it changes.
## Contributing
- Check out the website [section on contributing]
- Report issues on our [issue tracker]
- Join the discord and ask questions!
[dx]: https://github.com/DioxusLabs/dioxus/tree/main/packages/cli
[section on contributing]: https://dioxuslabs.com/learn/0.6/contributing
[issue tracker]: https://github.com/dioxuslabs/docsite/issues