Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 379 Bytes

File metadata and controls

16 lines (10 loc) · 379 Bytes

Coding Coach

This is an MVP example of an AI-powered coding coach. Essentially, it's a simple wrapper around the OpenAI API.

Install & Run

This project was built using Vite.

npm install
npm run dev

Deployment

This website is deployed on every commit to Github Pages. The pipeline will not run if there are any warnings in the code.