Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 579 Bytes

Set up:

To set up with SvelteKit and Tailwind, I referred to the following documentation:

Then I set up Firebase hosting by creating my Firebase Blaze account and running the following commands:

npm install firebase
firebase experiments:enable webframeworks
firebase init hosting

When running these commands, I made sure to configure CI/CD with GitHub Actions.

To finish my project set up, I bought my own domain with CloudFlare and linked it to my Firebase Account.