Thanks for checking out the code for Jackbox Custom Episodes!
If you want to contribute, please follow the instructions below. If you want to report a problem with the website, please go to Issues.
-
Install dependencies
npm install
-
Create the
.env
filetouch .env open .env
-
Add the
GOOGLE_SHEETS_API_CREDENTIALS
entry to.env
(Ask maintainer for credentials)# .env GOOGLE_SHEETS_API_CREDENTIALS={ ... }
-
Run the development server!
npm run develop