A static HTML page to serve as the entrypoint for Viam's education initiatives such as workshop kit codelabs.
Edit index.html
directly in your preferred text editor.
Serve the index.html
page using your favorite static file server.
With npm or pnpm:
npx serve .
or
With Python:
python3 -m http.server 3000
Go to http://localhost:3000 to see the running site.
After making changes to the HTML, reload the browser page to see them.