alxcrt / zapdos

Home Page:https://ask.ping.gg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ping Ask - a totally awesome way to share questions in your stream

Good q&a app.

Create Your .env File

First you will need to create a .env file using the .env.example file.

You will have to add your TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET which can be found in the Twitch Developer Console

You will need to set the OAuth Redirect Url for you Twitch Application to http://localhost:3000/api/auth/callback/twitch

Run Locally with Docker

Once you've created the env file run the following command:

docker-compose up -d

Once the services are up, initialize the db

npx prisma db push

About

https://ask.ping.gg/


Languages

Language:TypeScript 91.5%Language:JavaScript 7.6%Language:Shell 0.6%Language:CSS 0.3%