Skip to content

gugcz/mini-devfest-ostrava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniDevFest Ostrava 2019

The official website of miniDevFest Ostrava 2019

Requirements

  • yarn
  • firebase tools

Local server

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

Deployment

Run these commands for deployment:

yarn build
firebase use release
firebase deploy --only hosting