This project was built for a tutorial which can be found on my YouTube channel.
This is the starter code for this project, which includes just the styles and initial markup. The final source code can be found in the final-source
branch of this repository.
Clone the repository
git clone https://github.com/huntabyte/sk-supabase-auth
Install dependencies
npm install
Start the development server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open