Web client for Deschtimes group status.
npm i -g pnpm
pnpm i
pnpm dev
You have multiple options to deploy the app.
This is the recommended method.
Svelte
.BUILD COMMAND
and set it to npm run build:vercel
OUTPUT DIRECTORY
and set it to build
TOKEN
Deschtimes
is suggested) and type in main
for your Git Branch Name
, click Create Hook. Copy the newly added webhook URL and do not share it with anyone else.Vercel
, and paste the URL you obtained from step 9. Set the platform to Vercel, press Create Webhook.Your application will be statically generated every time your group's projects are updated on Deschtimes.
TOKEN
. Set Value to your group token from Deschtimes.Deschtimes
and keep the branch to main
. Hit save and copy the URL.Netlify
, and paste the URL you obtained from step 11. Change the platform to Vercel, press Create Webhook.Your application will be statically generated every time your group's projects are updated on Deschtimes.
After deploying to one of the options above, open the /config
page of your newly deployed application.
For example if your site is https://blah-blah-1234.netlify.com
, then you should go to https://blah-blah-1234.netlify.com/config
to configure your embed.
The configuration page contains a live preview of what various states of the application will look like, or you can also see what your specific group data will look like by clicking Go to page.
Dual-licensed under either MIT license or Apache License (Version 2.0), under your convenience.