Continuation of last week's project: https://github.com/ArcaEge/pumpkin
A template site for a mysterious Hack Club YSWS event, I'll be reusing the same site design but with different content.
Built with SvelteKit, deployed on Cloudflare Workers (because free!!! would highly recommend for small projects like this)
I wouldn't recommend using anything other than npm as yarn didn't build on Cloudflare Workers for some reason.
Copy .env.example to .env and update the stuff inside. When testing locally, Slack will redirect you to a HTTPS localhost URL and you'll need to change it to HTTP (this is because Slack doesn't allow setting the redirect URL to a HTTP URL).
Instructions generated by Svelte project generator:
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev