Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 491 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 491 Bytes

supabase-auth

Project setup

First create your own project on supabase and get your url and public key. Then rename the .env.example file to .env.local and replace the values there accordingly.
yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.