An open source alternative to Jira Kanban Board made with SvelteKit, Upstash, Firebase Storage and TailwindCSS
Introduction · Screenshots · Author
This is a starter template that aims to build the same experience of linear.app using SvelteKit, Upstash, Firebase Storage and TailwindCSS. 100% free, open-source and privacy friendly.
AUTH_TRUST_HOST
=true in .env before you deploy anywhereGOOGLE_ID
and GOOGLE_SECRET
in your .env
after you have setup Google Auth 2.0.Copy both the tokens, namely UPSTASH_REDIS_REST_URL
and UPSTASH_REDIS_REST_TOKEN
and add them to your .env
file.
Copy the example firebase config json:
cp firebase-adminsdk.json.example firebase-adminsdk.json
Update the file firebase-adminsdk.json
with the firebase config obtained from your firebase project. Read more about firebase config here.
Update the json with the storageBucket value as obtained in Step 2.