Title here
Summary here
Use Firebase Hosting, part of Firebase, to deploy a Thulite site.
To follow this guide, install firebase-tools.
Create firebase.json at the root of your project with the following content:
{
"hosting": {
"public": "public",
"ignore": []
}
}Create .firebaserc at the root of your project with the following content:
{
"projects": {
"default": "<YOUR_FIREBASE_ID>"
}
}Run your build command:
Deploy your site:
firebase deploy