This is a Remix App, that runs in a normal long lived Node server. It uses a SQLite database and is deployed on fly.
Copy .env.example to .env and then fill in the values
npm i -- install dependencies
npm run setup -- setup the sqlite DB and prisma types
npm run dev