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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
43
43
1. Go to project folder and install dependencies.
44
44
```bash
45
-
npm install
45
+
npm i
46
46
```
47
47
48
48
2. Launch development server:
@@ -100,14 +100,14 @@ npm run update | Update the project dependencies with ng update
100
100
* Browser filter (Bowser) for IE ^^
101
101
*[Sentry](https://sentry.io)! (logs any error in the app)
102
102
* Google Tag Manager
103
-
* Github pages deploy ready
104
103
* Unit tests with Jasmine and Karma including code coverage
105
104
* End-to-end tests with Protractor
106
105
* ES6 Promises and Observables
107
106
* Following the [best practices](https://angular.io/guide/styleguide)!
108
107
109
108
<palign="center">
110
-
<ahref='https://ko-fi.com/S6S5LMVR'target='_blank'><imgheight='36'style='border:0px;height:36px;'src='https://az743702.vo.msecnd.net/cdn/kofi4.png?v=0'border='0'alt='Buy Me a Coffee at ko-fi.com' /></a> :smile:
109
+
<ahref='https://ko-fi.com/S6S5LMVR'target='_blank'><imgheight='36'style='border:0px;height:36px;'src='https://az743702.vo.msecnd.net/cdn/kofi4.png?v=0'border='0'alt='Buy Me a Coffee at ko-fi.com' /></a><br>
110
+
:smile:
111
111
</p>
112
112
113
113
## Docker
@@ -124,7 +124,7 @@ We use Travis CI to run this tasks in order:
124
124
* Linter
125
125
* Tests
126
126
* Build for production
127
-
* Deploy in Github pages
127
+
* Deploy in Firebase Hosting
128
128
129
129
## Contributing
130
130
@@ -138,6 +138,7 @@ This repo is using Firebase. We use Cloud Firestore and Cloud Storage to handle
138
138
## Contributors
139
139
140
140
Thanks to all contributors and their support:
141
+
141
142
[mansya](https://github.com/mansya) - App logo!
142
143
143
144
If you have an idea or you want to do something, tell me or just do it!
0 commit comments