A template for barebones website set up with Google OAuth and protected routes.
Clone this repository:
git clone https://github.com/KittyBorgX/svelte-google-oauth.git && cd svelte-google-oauth
Copy and fill .env
from .env.example
Install dependencies:
npm install
Start the development server:
npm run dev -- --open