firepit's private discord bot managing pronouns, colors, and miscellaneous fun stuff
Go to file
Jill ce52f685a1
fix formatting on some events
2024-03-25 04:34:41 +03:00
migrations audit logs wip 2024-03-18 00:22:10 +03:00
src fix formatting on some events 2024-03-25 04:34:41 +03:00
static update site a lil 2023-11-27 19:22:58 +03:00
views update invite link to include perms 2023-11-27 19:24:09 +03:00
.eslintrc.cjs survey approval/deny + other stuff idk 2022-06-08 04:46:00 +03:00
.gitignore refactor subscriptions to use sqlite w/ knex 2023-11-11 00:41:42 +03:00
README.md about time i added a readme 2023-11-12 21:52:21 +03:00
config.example.json oauth2 because i am fucking insane 2023-11-19 23:28:31 +03:00
deploy-commands.cjs recipe creator FINISH 2023-11-18 14:59:29 +03:00
knexfile.js switch to knex migrations 2023-11-12 21:45:23 +03:00
package.json more wip work yippeee 2024-03-18 22:19:14 +03:00
pnpm-lock.yaml more wip work yippeee 2024-03-18 22:19:14 +03:00
svelte.config.mjs basic web stuff 2023-11-17 23:11:50 +03:00
tsconfig.json i hate typescript 2023-10-29 12:45:38 +03:00
vite.config.mjs basic web stuff 2023-11-17 23:11:50 +03:00

README.md

jillo

the goop :)

Setup

pnpm install knex -g
# rerun after each update
pnpm install
knex migrate:latest

(npm instead of pnpm will also suffice)

Copy config.example.json to config.json and change as necessary

Dev

pnpm deploy-commands -- --dev
pnpm dev

Run

pnpm start