mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
![]() * Ignore tauri gen * Deny warnings on CI * Fix all warnings in current nightly rustc * Disable DWARF debug info for development builds * Fix typo --------- Co-authored-by: Keavon Chambers <keavon@keavon.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
wasm | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
index.html | ||
package-installer.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vite.config.ts |
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
Make sure Node.js (the latest LTS version) and Rust (the latest stable release) are installed on your system, and 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