/WebGPU-Study-Notebook

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

WebGPU-Study-Notebook

Building

  • Install dependencies: npm install.
  • For development, start the dev server which will watch and recompile sources: npm run dev. You can navigate to http://localhost:5173/ to view the project.
  • For production, compile the project: npm run build.
  • To run a production server to serve the built assets, do npm run preview.