firepit's private discord bot managing pronouns, colors, and miscellaneous fun stuff
Go to file
Jill 465c42437c
behavior tweaks, rebalancing
2023-11-25 19:21:19 +03:00
migrations remove behaviors and rethink how they should work 2023-11-21 23:40:15 +03:00
src behavior tweaks, rebalancing 2023-11-25 19:21:19 +03:00
static simple profile screen 2023-11-20 07:30:14 +03:00
views fixin stuff i didn't catch on lapop 2023-11-20 18:20:12 +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 show login thing on homepage 2023-11-20 00:11:55 +03:00
pnpm-lock.yaml show login thing on homepage 2023-11-20 00:11:55 +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