tree: e12628248ae4ffed55ee10eedfad0171abed1d1f [path history] [tgz]
  1. src/
  2. .eslintrc.cjs
  3. .gitignore
  4. copy_protos.ts
  5. index.html
  6. package-lock.json
  7. package.json
  8. README.md
  9. tsconfig.app.json
  10. tsconfig.json
  11. tsconfig.node.json
  12. vite.config.ts
web_app/README.md

Pigweed Sense Web App

This is a pure web app that connects and interacts with Pigweed Sense over WebSerial.

Getting Started

  • Open terminal and go into the web_app directory: cd web_app
  • Install NPM dependencies: npm install
  • Run the web app: npm run dev and open the given link in Chrome
  • Select the correct device (flashed with //apps/blinky)