Use Node v 12 to start.
$ yarn install
-
src/firebaseConfig.json
This config file can be can be acquired from Firebase
{ "apiKey": "", "appId": "", "authDomain": "", "databaseURL": "", "measurementId": "", "messagingSenderId": "", "projectId": "", "storageBucket": "" }
-
src/GarnBarnApiConfig.json
This config file contain the API Prefix for the GarnBarn API
{ "apiPrefix": "http://localhost:8080", "lineClientId": "1234" }
Note: Don't include the / at the end!
$ yarn serve
$ yarn build