Skip to content

Commit

Permalink
Images Added
Browse files Browse the repository at this point in the history
  • Loading branch information
vrijraj committed Mar 1, 2019
1 parent 7e9e184 commit e804af5
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,15 @@ Version: 1.0.2
1. [Fork repository](https://github.com/Vrijraj/iwd-web-app/fork) and clone it locally
1. Install project dependencies: `npm install`
1. Compiles and hot-reloads for development: `npm run serve`
1. Update [Firebase Web Setup & Basic Info](/public/index.html), [manifest.json](/src/manifest.json) and [Resources](/src/assets/data)
1. Update [Firebase Web Setup & Basic Info](/public/index.html), [manifest.json](/public/manifest.json) and [Resources](/src/assets/data)
1. For the production: `npm run build` and then one dir will be created `dist`
1. For testing: `npm run test`

## Deploy your Web App on Firebase

1. Setup Environment for the Firebase deployment
* Install Firebase CLI: `npm i -g firebase-tools` or `yarn global add firebase-tools`
1. Create [Firebase account](https://console.firebase.google.com) and login into [Firebase CLI](https://firebase.google.com/docs/cli/): `firebase login`
1. Update `.firebaserc` file
```js
{
"projects": {
"default": "Your_Firebase_Project_ID"
}
}
```

1. Open Terminal/CMD/Powershell in your dir.
1. Now type `firebase login` command in your Terminal/CMD/Powershell.
1. Type `firebase init`.
Expand All @@ -44,16 +40,12 @@ Version: 1.0.2
1. Click `No` for Single page web app.
1. Type `dist`.
1. Some by default file will be created successfully.
1. Move the cloned source file in `dist` dir.
1. Run locally
* `firebase serve` or `npm run serve` or `yarn serve`
1. Build and deploy
* `firebase deploy` or `npm run deploy` or `yarn deploy`

### Run your tests
```
npm run test
```


### Lints and fixes files
```
Expand All @@ -64,7 +56,6 @@ npm run lint
See [Configuration Reference](https://cli.vuejs.org/config/).


## Technology Stack

* [VueJS](https://vuejs.org/)
Expand All @@ -84,3 +75,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).

Project is published under the [MIT license](/LICENSE.md).
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

0 comments on commit e804af5

Please sign in to comment.