via Raindrops, Next.js, dev in Codespaces, deploys to GitHub Pages,
Based on nextjs-github-pages
see also
comp
cd /workspaces/bookmarks
npm run dev- CTRL SHIFT G - Github pane
- CMD K S - Edit bindings
- CMD K W - close editors in group
- CMD SHIFT P - select command
- CTRL SHIFT P should raise command palette
- CTRL SHIFT W - close tab
- CTRL SHIFT ] - next tab
- CTRL SHIFT [ - previous tab
- codespaces notify of github action
- codespaces sync dotfiles https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-personalization-for-codespaces
- TODO implement serverless function
⚠️ Heads up! GitHub Pages does not support serverless or edge functions. This means dynamic functionality will be disabled. See all the unsupported features. - sync via something like firebase
- robust testing...
- resolve node version conflict as per creation log in codespace Node.js 16.20.2 vs 20 assumed by asdf
- consider Oauth a la drops
- Parsing RSS and rendering, h/t to Claude and Copilot for the typescript rss parser
- Building local, actions, and codepsaces
- Still can't find nextjs server log and getting 404 on codespace browser
- Using in browser hotkeys
- Tested VSCode Client
- Enabled Github Pages on github.com via suggested Next.js config
- Replaced
next-js-github-pages - Set env variables via github.com and tested in Codespace console