Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viz-rs/viz-rs.github.io

The official documentation site for Viz.rs.
https://github.com/viz-rs/viz-rs.github.io

framework rust web

Last synced: 3 months ago
JSON representation

The official documentation site for Viz.rs.

Awesome Lists containing this project

README

        

# viz.rs

Built with [Leptos] · Deploys on [Cloudflare].

## Development

1. Install [`cargo-make`], [`trunk`]

```bash
$ cargo install --force cargo-make trunk
```

2. Serve `en`, `zh-CN`, `zh-TW` or other languages

```bash
$ cargo make dev
```

3. Build

```bash
$ cargo make build
```

[Leptos]: https://github.com/leptos-rs/leptos
[Cloudflare]: https://www.cloudflare.com
[`cargo-make`]: https://github.com/sagiegurari/cargo-make
[`trunk`]: https://github.com/thedodd/trunk