You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,20 +27,17 @@ The template is created by [GDG Jalandhar](https://meetup.com/GDG-Jalandhar/) te
27
27
## Getting Started
28
28
1.[Fork repository](https://github.com/Vrijraj/aura/fork) and clone it locally
29
29
1. Install project dependencies: `npm install`
30
+
1. Find the [Meetup API Key](https://secure.meetup.com/meetup_api/key/) and paste it [here](/src/config/key.js), also replace the chapter URL from `Meetup.com/[gdg-chapter-url]`
30
31
1. Compiles and hot-reloads for development: `npm run serve`
31
-
1. Update [Firebase Web Setup & Basic Info](/public/index.html), [manifest.json](/src/manifest.json) and [Resources](/src/assets/data)
32
+
1. Update [Firebase Web Setup & Basic Info](/public/index.html), [manifest.json](/public/manifest.json) and [Resources](/src/assets/data)
33
+
1. For the production: `npm run build` and then one dir will be created `dist`
34
+
1. For testing: `npm run test`
35
+
36
+
## Deploy your Web App on Firebase
37
+
32
38
1. Setup Environment for the Firebase deployment
33
39
* Install Firebase CLI: `npm i -g firebase-tools` or `yarn global add firebase-tools`
34
40
1. Create [Firebase account](https://console.firebase.google.com) and login into [Firebase CLI](https://firebase.google.com/docs/cli/): `firebase login`
35
-
1. Update `.firebaserc` file
36
-
```js
37
-
{
38
-
"projects": {
39
-
"default":"Your_Firebase_Project_ID"
40
-
}
41
-
}
42
-
```
43
-
44
41
1. Open Terminal/CMD/Powershell in your dir.
45
42
1. Now type `firebase login` command in your Terminal/CMD/Powershell.
46
43
1. Type `firebase init`.
@@ -49,13 +46,13 @@ The template is created by [GDG Jalandhar](https://meetup.com/GDG-Jalandhar/) te
49
46
1. Click `No` for Single page web app.
50
47
1. Type `dist`.
51
48
1. Some by default file will be created successfully.
52
-
1. Move the cloned source file in`dist` dir.
53
49
1. Run locally
54
50
*`firebase serve` or `npm run serve` or `yarn serve`
55
51
1. Build and deploy
56
52
*`firebase deploy` or `npm run deploy` or `yarn deploy`
Copy file name to clipboardExpand all lines: src/components/home/HomeStartScreen.vue
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@
29
29
</span>
30
30
</p>
31
31
32
-
<v-btn:href="chapterDetails.ChapterMeetupLink"target="_blank"class="ma-0 google-font"color="#518FF5"style="text-transform: capitalize;border-radius:7px;color:white">Become a Member</v-btn>
32
+
<v-btn:href="chapterDetails.ChapterMeetupLink"target="_blank"class="ma-0 google-font elevation-1"color="#1a73e8"style="text-transform: capitalize;border-radius:5px;color:white">Become a Member</v-btn>
Copy file name to clipboardExpand all lines: src/components/home/eventshowcase.vue
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<pclass="google-font"style="font-size:120%">
7
7
At sessions that span from the technical to the visionary, let’s celebrate and discover what the technologies can enable: how product innovation, open source, and ML and AI can propel enterprises forward and solve the big problems that impact all of us.
0 commit comments