Skip to content

nicknish/jackbox-custom-episodes

Repository files navigation

Jackbox Custom Episodes

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.

🚀 Quick start

  1. Install dependencies

    npm install
  2. Create the .env file

    touch .env
    open .env
  3. Add the GOOGLE_SHEETS_API_CREDENTIALS entry to .env (Ask maintainer for credentials)

    # .env
    GOOGLE_SHEETS_API_CREDENTIALS={ ... }
    
  4. Run the development server!

    npm run develop

Releases

No releases published

Packages

No packages published