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-21T16:40:53.000Z (about 1 year ago)
- Last Synced: 2025-04-21T17:41:25.271Z (about 1 year ago)
- Language: Rust
- Homepage: https://dioxuslabs.com
- Size: 233 MB
- Stars: 142
- Watchers: 7
- Forks: 150
- Open Issues: 67
-
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
Run the following command in the root of the project to start the Tailwind CSS
compiler:
```bash
npx tailwindcss -i ./tailwind.css -o ./public/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.5/contributing
[issue tracker]: https://github.com/dioxuslabs/docsite/issues