Using supabase without node.js #5473
|
Hello everyone! I am building a static site with supabase. It is not built with any js framework, nor with a terminal. I am deploying with Github + Vercel. Does anybody know if it is possible to use supabase without node.js? Or if it isn't possible, would anyone know if it is still possible with Github + Vercel and without a terminal necessary? |
Replies: 2 comments 4 replies
|
Not familiar with Vercel, but for a plain js site you can get supabase from cdn: https://supabase.com/docs/reference/javascript/installing I've used: <script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script> |
|
Hello there, |
Not familiar with Vercel, but for a plain js site you can get supabase from cdn:
https://supabase.com/docs/reference/javascript/installing
I've used: <script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script>