Applications to manage Hack Weekly
client: web client to maybe someday have a web portal
cloud-fn: old sample cloud function impl for discord interactions
server: fastify server for new discord interactions
You can build run from root directory with
npm run server-build
and npm run server-dev
(or from inside the server directory directly with npm run dev