/devfest-pardubice

Web for DevFest Local Pardubice 2019

Primary LanguageCSS

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