The static frontend for the app. It's bundle-free and powered by ES Modules.
From the root project directory:
make dev-site
- Start the static site servermake stop-site
- Stops the static site server
The local development server uses SSL, which is required for frontend features like service-workers and copy-to-clipboard.
- Update the versions in
package.json
- Run
npm install && npm build