Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 690 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 690 Bytes

Requirements

  • Node.js v8 or above
  • Firebase tools (read more)

Instalation

Step 1 - Run app locally

firebase serve --project 'czech-future-tech'

Start's local server (usually at URL http://localhost:5000/) with app.

Step 2 - Deploy app to server

firebase deploy --project 'czech-future-tech'

It can call only users with access to Firebase czech-future-tech project.

Currently is deploy produced automactically by Travis CI. Just delivery new content do master branch on GitHub repository.