A small Svelte app that authenticates with Discord
This is a small app which authenticates with Discord in the browser using an implicit grant. The code here isn't particularly high quality and is mainly just a playground for me to mess with Svelte in the context of some "real" data.
# clone the repo
git clone [email protected]:rayzr522/svelte-discord.git
cd svelte-discord
# install dependencies
npm ci
# copy .env.example to .env, don't forget to add your discord oauth2 client ID to this afterwards!
cp .env.example .env
# run the dev server
npm run dev