a postgres IDE for your browser
after cloning the repo
bun i
bun setupthe setup script will generate a .env file, launch postgres in docker, and run migrations
to run the whole dev server
bun devto only run the client
bun dev:clientor to only run the backend server
bun dev:server