npm install vite --save-dev --legacy-peer-deps
cd frontend npm install npm install jspdf npm run dev
cd backend npm init -y npm install express npm install openai npm install nodemon cors
Get a key at: https://featherless.ai/account/api-keys
(since downloaded nodemon you run: ) npm run dev
GitHub git add . git commit -m "A concise description of the changes" git push origin main
git log --oneline