We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189833e commit 8134c5aCopy full SHA for 8134c5a
README.md
@@ -12,7 +12,7 @@ implementation status and how to run WebGPU in your browser at
12
and bundled using [Rollup](https://rollupjs.org/). Building the project
13
requires an installation of [Node.js](https://nodejs.org/en/).
14
15
-- Install dependencies: `npm install`.
+- Install dependencies: `npm ci`.
16
- For development, start the dev server which will watch and recompile
17
sources: `npm start`. You can navigate to http://localhost:8080 to view the project.
18
- For production, compile the project: `npm run build`.
0 commit comments