This repository demonstrates the integration of Supabase authentication and database functionalities into any Webflow project using xAtom.
- Create a
.envfile (refer to.env.examplefor guidance). - Add your
SUPABASE_URLandSUPABASE_KEYto the.envfile. - Configure
xatom.json. Refer to the documentation for detailed instructions. - Install all dependencies and run
yarn startto serve the project locally.