/twyfels

Hayat Twyfelspoort website

Primary LanguageTypeScript

twyfels

This intends to be a place on the interwebs for the Hayats from Twyfelspoort, South Africa.

Developing and running locally

This website uses SvelteKit and Firebase.

Run locally:

npm install
npm run dev -- --open

Test production build:

npm run build
npm run preview

Test Firebase Hosting locally:

npm run build
firebase emulators:start --only hosting

Deploying

GitHub Actions take care of deployment to Firebase.

For working with Firebase from local:

npm install -g firebase-tools
firebase login
firebase deploy