Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 298 Bytes

File metadata and controls

13 lines (9 loc) · 298 Bytes

Johncom

This is a Remix App, that runs in a normal long lived Node server. It uses a SQLite database and is deployed on fly.

Setup

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