The official website of miniDevFest Ostrava 2019
yarn
firebase tools
Run yarn start
to start local development server. Your server will run on http://localhost:8000/
.
Run these commands for deployment:
yarn build
firebase use release
firebase deploy --only hosting