Paxol / zapdos

Home Page:https://z.t3.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zapdos - a crappy way to share questions in your stream

Bad q&a app

TODO

  • "remove pin" button
  • Pin persistence?
  • Better question asking form
  • Better url "slugs" for submitting questions
  • An actual UI
  • Better responsiveness for question view
  • "Copy form link" button
  • "Copy OBS embed link" button
  • Create "protected router" for authed parts
  • Redo router structure
  • Maybe SSR some things? Idk
  • Delete question

Run locally with docker

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 and it should work out of the box.

You will also need to create a Postgres instance and fill out the DATABASE_URL. You can do that in a few minutes on Railway

Once you've set up your Postgres instance you will need to run the initial migration:

npm run migrate

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

docker-compose up -d

About

https://z.t3.gg


Languages

Language:TypeScript 89.9%Language:JavaScript 8.4%Language:Shell 1.4%Language:CSS 0.3%