Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 703 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 703 Bytes

Decentralize Publishing in Web3 via Writing NFT. A DAO for content lovers.

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

Changelog

Please read the changelog here.