Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 458 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 458 Bytes

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