Skip to content

Commit ee11257

Browse files
committed
todos and links
1 parent ca0a63a commit ee11257

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,22 @@ Based on [nextjs-github-pages](https://github.com/gregrickaby/nextjs-github-page
88
- [repo](https://github.com/seeReadCode/bookmarks)
99
- [prod](https://seereadcode.github.io/bookmarks/)
1010
- [codespace editor](https://shiny-lamp-wpjpj5q7vj3ggw9.github.dev/)
11-
- [codespace browser](https://shiny-lamp-wpjpj5q7vj3ggw9-4205.app.github.dev/)
11+
- [codespace browser](https://shiny-lamp-wpjpj5q7vj3ggw9-3000.app.github.dev/bookmarks)
1212
- [action](https://github.com/seeReadCode/bookmarks/actions/runs/17102441132)
1313

1414
see also
1515
- [codespace admin](https://github.com/codespaces?repository_id=1036822786)
1616
- [gh codespace docs](https://docs.github.com/en/codespaces/troubleshooting/github-codespaces-logs)
1717

18+
comp
19+
- [matt wolf's drops](https://github.com/mattwoodco/drops)
20+
1821
## Docs
1922

23+
```sh
24+
npm run dev
25+
```
26+
2027
## HOTKEYS
2128
- CTRL SHIFT G - Github pane
2229
- CMD K S - Edit bindings
@@ -32,16 +39,19 @@ see also
3239

3340
---
3441
## TODO
35-
- TODO fix build
36-
- TODO locate server log to debug 404
37-
- TODO notify of github action
38-
- TODO sync dotfiles https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-personalization-for-codespaces
42+
- TODO codespaces notify of github action
43+
- TODO codespaces sync dotfiles https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-personalization-for-codespaces
3944
- TODO implement serverless function
4045
> ⚠️ Heads up! GitHub Pages _does not_ support serverless or edge functions. This means dynamic functionality will be disabled. See all the [unsupported features](https://nextjs.org/docs/app/building-your-application/deploying/static-exports#unsupported-features).
4146
- TODO sync via something like firebase
47+
- TODO robust testing...
48+
- TODO resolve node version conflict as per creation log in codespace Node.js 16.20.2 vs 20 assumed by asdf
49+
- TODO consider Oauth a la drops
4250

4351

4452
## Changelog
53+
- Parsing RSS and rendering, h/t to Claude and Copilot for the typescript rss parser
54+
- Building local, actions, and codepsaces
4555
- Still can't find nextjs server log and getting 404 on codespace browser
4656
- Using in browser hotkeys
4757
- Tested VSCode Client

0 commit comments

Comments
 (0)