Skip to content

hill84/biblo

Repository files navigation

Biblo logo

Biblo.space

Biblo is a social network for book lovers, developed with React, Typescript and Firebase.

license latest release latest tag code size in bytes

This project was bootstrapped with Create React App.

Preview this App

You can preview this app from this page on biblo.space.

Setup the Project

Clone this repository

First clone this repo git clone https://github.com/hill84/biblo.git

Install dependencies and run

Just run yarn, when finished type yarn start to run your app in development mode.

Build and deploy

  1. Update package.json version
  2. Run yarn build
  3. Run firebase login
  4. 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

Maintenance

Update regularly your local version of firebase-tools with yarn global add firebase-tools.