-
Notifications
You must be signed in to change notification settings - Fork 4
Deployment
Taeho Kim edited this page Feb 5, 2019
·
2 revisions
Diff Monster (currently) requires Firebase Auth, Firebase Database, Firebase Hosting.
- Node.js (8.x is recommended. 10.x does not work)
- Yarn
- Firebase CLI:
yarn global add firebase-tools
- Login to Firebase:
firebase login
- Clone repo and
cd
:git clone https://github.com/dittos/diffmonster.git; cd diffmonster
- Generate
.firebaserc
:firebase use --add
(select created project and enter aliasdefault
) - Copy
src/config.js.sample
tosrc/config.js
and edit it. (see comments) - Install NPM dependencies:
yarn
Run yarn run build && firebase deploy
from cloned repo directory.