Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.95 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.95 KB

Wheel of Life

A simple app to track the energy you've put into different areas of your life.

Local development

  1. Create a Clerk account
  2. Copy .env.example and rename to .env and add your keys found in the dashboard.
  3. Run pnpm install
  4. Push the db schemanpx prisma db push
  5. Run pnpm run dev

BUG: when a new user signs up and is redirected from values to entires, no entries appear in the modal. But if you refresh the page they do appear. So it's a problem with the way the entries are being fetched.

Further development

TODO next

Other features

  • use ChatGPT to generate values from a Q&A. It will be nice to play around with the API and Vercel.
  • as you enter values you see them appear on a wheel?