This application demonstrates the electronic manifest workflow, showing what information is required at various points in the workflow.
NodeJS Download
npm installnpm run devThe application will be available in your browser at http://localhost:3000/
npm run build
npm run previewThe application will be available in your browser at the default Vite port http://localhost:4173
The project uses a package to deploy to GitHub pages (gh-pages). Run the below to both build and deploy to GitHub pages
npm run deploy