A simple PWA for capturing freeform notes with embedded titles and tags.
Live app: https://emeraldwalk.github.io/tag-notes/
cd pwa
npm install
npm startRun from the pwa directory:
npm start/npm run dev– start the dev servernpm run build– type-check and build for productionnpm test– run the test suitenpm run lint– lint the source
Pushes to main are built and deployed to GitHub Pages automatically via .github/workflows/deploy.yml.