To install dependencies:
bun install
To run:
- create an openai API key
- create a .env file
OPENAI_API_KEY=''
bun dev
- This project was created using
bun init
in bun v1.0.35. Bun is a fast all-in-one JavaScript runtime. - Scott Mos notes
- Frontend masters course to follow along
- My initial notes on the topic