Observe and Record Fireflies.
Clone Repository:
git clone stevharve/firefly-watch --depth 1
Setup Project:
cd firefly-watch
// NPM
npm i
npm run dev
// Yarn
yarn
yarn dev
To run this project, you will need to add the following environment variables to your .env.local file:
DATABASE_URL
: CockroachDB postgresql connection URI
NEXTAUTH_URL
: https://example.com
AUTH_SECRET
: supersecret
GOOGLE_CLIENT_ID
: Google OAuth2 Client ID
GOOGLE_CLIENT_SECRET
: Google OAuth2 Client Secret