GPT3 JSX Builer

Turn semantic prompts into JSX code.

Development

# install deps
yarn
# then
yarn dev

Backend functions

TODO: describe API endpoints + parameters

Database migrations

Make a change in prisma/schema.prisma then save it

yarn migrate:save

then apply the migration to the db

yarn migrate:up