Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 737 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 737 Bytes

Where every Like is a Reward. Stories that matter, writers who think and readers who care.

Feature

  • Personalized web PWA reader
  • Like and follow the reader you like

Development

  • Install npm dependencies
$ npm --prefix src install
  • Update config in server folder

  • Run dev

$ cd src
$ npm run dev

Deployment flow

  • Change firebase project to yours in .firbaserc
{
  "projects": {
    "default": "(your firebase project)"
  }
}
  • Install npm dependencies
$ npm --prefix src install
$ npm --prefix functions install
  • Deploy everything
$ firebase deploy