Skip to content

Commit a79dd07

Browse files
committed
Demo Link Added
1 parent 1bc8601 commit a79dd07

File tree

5 files changed

+48
-0
lines changed

5 files changed

+48
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file was auto-generated by the Firebase CLI
2+
# https://github.com/firebase/firebase-tools
3+
4+
name: Deploy to Firebase Hosting on PR
5+
'on': pull_request
6+
jobs:
7+
build_and_preview:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: FirebaseExtended/action-hosting-deploy@v0
12+
with:
13+
repoToken: '${{ secrets.GITHUB_TOKEN }}'
14+
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_VX_DEMO }}'
15+
projectId: vx-demo
16+
env:
17+
FIREBASE_CLI_PREVIEWS: hostingchannels

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/Apache-2.0)
2525

26+
## [Demo App](https://vx-demo.web.app/)
27+
2628
[**VelocityX**](https://velocityx.dev/) is a 100% free Flutter open-source minimalist UI Framework built with <a href="https://flutter.dev/" target="_blank">Flutter SDK</a> to make Flutter development easier and more joyful than ever.
2729

2830
## Inspired from Tailwindcss and SwiftUI.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
favicon.png,1602433114000,373f07ab29231d82b2cf4ab69e8fe78aa209d270414f1c67e9d7b1f31de22d10
2+
404.html,1618834910190,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
3+
index.html,1618834946121,cf92945ce6a3fa631bf52011120cd886f02495ff045ebc645c07879e54cccb61
4+
flutter_service_worker.js,1618834946398,1aeacff94a217a8fec2a3fd9007b6d092f92e1d96ca03a40e298461bc1a38032
5+
manifest.json,1602432739000,45d760140cc6ca5c7e0a784028d3e3677134020394b8275b8572098634a57cdc
6+
version.json,1618834946021,4ae095137215751a43136be6ebf71f38630dd056b375631179312eb8f572a46e
7+
assets/FontManifest.json,1618834946116,2a26cf55926df210ccb9d713372cb114e0a12bf97104f6833e382566e2e7b16e
8+
assets/AssetManifest.json,1618834946115,e1440055d1ed3ae44d5d5b5a5364cd3fae99ffdeb98a13b00a16e7d6c1b27d4d
9+
assets/assets/vxbox.png,1602433114000,9edb8b6ee0f6eea428486681a3f043d01e02d91a77a8671cd1a7dec862d4a5c4
10+
icons/Icon-192.png,1602432739000,d2e0131bb7851eb9d98f7885edb5ae4b4d6b7a6c7addf8a25b9b712b39274c0f
11+
icons/Icon-512.png,1602432739000,7a31ce91e554f1941158ca46f31c7f3f2b7c8c129229ea74a8fae1affe335033
12+
assets/NOTICES,1618834946116,ebfffb3c9724f20b1922300fec605cc10131aaeb451c9b349f39ade906036213
13+
assets/fonts/MaterialIcons-Regular.otf,1601068059000,76224879d6a5b24fbb0919442d3fe9a6433a69862b1b31980b3dfcb2adae5fba
14+
main.dart.js,1618834945570,9adf7ed68d48e7250f4df08310deac0a9935f18eeab6803b16810326f380d961

example/.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "vx-demo"
4+
}
5+
}

example/firebase.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"hosting": {
3+
"public": "build/web",
4+
"ignore": [
5+
"firebase.json",
6+
"**/.*",
7+
"**/node_modules/**"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)