Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 591 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 591 Bytes

a postgres IDE for your browser

contributing

prerequisites

setup

after cloning the repo

bun i
bun setup

the setup script will generate a .env file, launch postgres in docker, and run migrations


to run the whole dev server

bun dev

to only run the client

bun dev:client

or to only run the backend server

bun dev:server