Web application built on Svelte.js and Firebase for watching movies together on different devices.
https://github.com/ed-asriyan/watch-together/assets/7848847/2d2799f1-cc79-4732-8657-74f78268b8c2
FIREBASE_SERVICE_ACCOUNT_KEY
repository secret{
"rules": {
"room": {
"$room_id": {
".read": true,
".write": true
}
},
"$other": {
".read": false,
".write": false
}
}
}
ENV_FILE_CONTENT
repository variable and copy content of filled by you .env file in itmake dev_install
Now you can run the dev server locally:
make dev_serve
make prod_build_bundle
master
triggers deployment to productionENV_FILE_CONTENT
repository variable is filled