Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 545 Bytes

SvelteKit - The Full Course

This repo contains the code for the Full SvelteKit Course on fireship.io

Usage

To take advantage of this code you will need to add your own Firebase client project config and Firebase Admin SDK service account as explained in the course setup.

git clone <this-repo>
npm i
npm run dev

Svelte 5 Update

Svelte 5 version of the code is available on this branch