mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
* Clarify some of the contributing building instructions * Bump wasm-bindgen version * Simplify build process and improve docs --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
8 lines
166 B
JSON
8 lines
166 B
JSON
{
|
|
"description": "A convenience package for calling the real package.json in ./frontend",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "cd frontend && npm start"
|
|
}
|
|
}
|