Skip to content

Files

Latest commit

 

History

History

server

Inline's Server

Better Stack Badge

You need to have bun installed and a postgres database running. Create a database with the name inline_dev and adjust the DATABASE_URL in the .env file. You can make your .env file by copying the .env.sample file.

cd server
bun install
bun run db:migrate
bun run dev