my internet website
Commit directly to main without asking for confirmation, including git add. Do not open pull requests unless explicitly asked.
Commit whenever a unit of work feels sufficiently complete — after fixing a bug, adding a feature, passing tests, or reaching any other natural stopping point. Don't wait for the user to ask.
Create a .env.development file with these contents:
GATSBY_API_URL=http://localhost:4000 # or whatever port you are running the API on