19 lines
699 B
Markdown
19 lines
699 B
Markdown
# Bezier-rs interactive documentation
|
|
|
|
Open these interactive docs: <https://graphite.rs/libraries/bezier-rs/>
|
|
|
|
This page also serves isolated demos for iframes used in the Rustdoc [crate documentation](https://docs.rs/bezier-rs/latest/bezier_rs/).
|
|
|
|
## Building and running
|
|
|
|
Make sure [Node.js](https://nodejs.org/) (the latest LTS version) and [Rust](https://www.rust-lang.org/) (the latest stable release) are installed on your system, and [wasm-pack](https://rustwasm.github.io/wasm-pack/) has been installed by running `cargo install wasm-pack`.
|
|
|
|
- To run the development server with hot reloading:
|
|
```
|
|
npm start
|
|
```
|
|
- To compile an optimized production build:
|
|
```
|
|
npm run build
|
|
```
|