Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 313 Bytes

File metadata and controls

21 lines (15 loc) · 313 Bytes

Fedoc

Getting Started

First, create .env with db secret:

echo 'DATABASE_URL="file:./fedoc.db"' > .env

Create database

npx prisma migrate dev

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.