mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
524 B
524 B
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.
Building and running
From this directory, first execute npm install
to install the required Node dependencies. Then...
- To run the development server with hot reloading:
npm start
- To compile an optimized production build:
npm run build