Skip to content

Commit

Permalink
Demo Link Added
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Apr 19, 2021
1 parent 1bc8601 commit a79dd07
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on PR
'on': pull_request
jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_VX_DEMO }}'
projectId: vx-demo
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

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

## [Demo App](https://vx-demo.web.app/)

[**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.

## Inspired from Tailwindcss and SwiftUI.
Expand Down
14 changes: 14 additions & 0 deletions example/.firebase/hosting.YnVpbGQvd2Vi.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
favicon.png,1602433114000,373f07ab29231d82b2cf4ab69e8fe78aa209d270414f1c67e9d7b1f31de22d10
404.html,1618834910190,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
index.html,1618834946121,cf92945ce6a3fa631bf52011120cd886f02495ff045ebc645c07879e54cccb61
flutter_service_worker.js,1618834946398,1aeacff94a217a8fec2a3fd9007b6d092f92e1d96ca03a40e298461bc1a38032
manifest.json,1602432739000,45d760140cc6ca5c7e0a784028d3e3677134020394b8275b8572098634a57cdc
version.json,1618834946021,4ae095137215751a43136be6ebf71f38630dd056b375631179312eb8f572a46e
assets/FontManifest.json,1618834946116,2a26cf55926df210ccb9d713372cb114e0a12bf97104f6833e382566e2e7b16e
assets/AssetManifest.json,1618834946115,e1440055d1ed3ae44d5d5b5a5364cd3fae99ffdeb98a13b00a16e7d6c1b27d4d
assets/assets/vxbox.png,1602433114000,9edb8b6ee0f6eea428486681a3f043d01e02d91a77a8671cd1a7dec862d4a5c4
icons/Icon-192.png,1602432739000,d2e0131bb7851eb9d98f7885edb5ae4b4d6b7a6c7addf8a25b9b712b39274c0f
icons/Icon-512.png,1602432739000,7a31ce91e554f1941158ca46f31c7f3f2b7c8c129229ea74a8fae1affe335033
assets/NOTICES,1618834946116,ebfffb3c9724f20b1922300fec605cc10131aaeb451c9b349f39ade906036213
assets/fonts/MaterialIcons-Regular.otf,1601068059000,76224879d6a5b24fbb0919442d3fe9a6433a69862b1b31980b3dfcb2adae5fba
main.dart.js,1618834945570,9adf7ed68d48e7250f4df08310deac0a9935f18eeab6803b16810326f380d961
5 changes: 5 additions & 0 deletions example/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "vx-demo"
}
}
10 changes: 10 additions & 0 deletions example/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}

0 comments on commit a79dd07

Please sign in to comment.