Simplify build process by auto-installing npm packages and simplify the contributor guide (#1799)

* 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>
This commit is contained in:
James Lindsay
2024-07-15 04:16:02 +01:00
committed by GitHub
parent aa902efb56
commit 59a943f42f
9 changed files with 101 additions and 50 deletions

View File

@@ -2,7 +2,6 @@
"description": "A convenience package for calling the real package.json in ./frontend",
"private": true,
"scripts": {
"start": "cd frontend && npm start",
"serve": "cd frontend && npm start"
"start": "cd frontend && npm start"
}
}