Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 338 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 338 Bytes

Getting Started

.env file:

GITHUB_ID=...
GITHUB_SECRET=...
GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...
NEXTAUTH_SECRET=...
DATABASE_URL="postgresql://fetchbookdb_connection_string/fetchbookdb?sslmode=require"
NEXT_PUBLIC_VERSION=local
NEXT_PUBLIC_API_URL="http://localhost:3000"

Run:

npm install
npm run dev