Biblo is a social network for book lovers, developed with React, Typescript and Firebase.
This project was bootstrapped with Create React App.
You can preview this app from this page on biblo.space.
First clone this repo git clone https://github.com/hill84/biblo.git
Just run yarn
, when finished type yarn start
to run your app in development mode.
- Update package.json version
- Run
yarn build
- Run
firebase login
- Run one of the following commands to deploy:
yarn deploy
yarn deploy:hosting
yarn deploy:functions
yarn deploy:staging
yarn deploy:staging:hosting
yarn deploy:staging:functions
Update regularly your local version of firebase-tools with yarn global add firebase-tools
.