Sample HTML page using Material 3 CSS theme
It Beautifully integrates Material Design 3 and TailwindCSS.
- Buttons
- Cards
- Color
- Chips
- Dialogs
More components coming soon
https://firebase.google.com/docs/hosting/github-integration
Type following commands and login to your Firebase / Github accounts
- Install Firebase comman tools using Mac Terminal
cd {root}/material3-html
brew install firebase-cli
- Login, Init Project and deploy to Fireabse using command below
firebase login
firebase init hosting:github
firebase init hosting
firebase deploy