Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 373 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 373 Bytes

DevFest Local Pardubice 2019

The official website of DevFest Local Pardubice 2019

Requirements

  • yarn
  • firebase tools

Local server

Run yarn start to start local development server. Your server will run on http://localhost:8080/.

Deployment

Run these commands for deployment:

yarn build
firebase use release
firebase deploy --only hosting