Hacker News new | ask | show | jobs
Show HN: A simple starter template for OpenAI Codex (github.com)
1 points by ThatGuySam 394 days ago
Put together a repo with the lessons learned so far from using Codex.

One big thing is you have to do all your network things at the setup step, which means if anything needs to make requests after that, like Next.js fetching font at build step, it will break.