Skip to content

likecoin/liker-land

Repository files navigation

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.