https://github.com/likecoin/liker-land
Decentralize publishing. Own your content.
https://github.com/likecoin/liker-land
depub firebase likecoin nft nuxt vue
Last synced: 4 months ago
JSON representation
Decentralize publishing. Own your content.
- Host: GitHub
- URL: https://github.com/likecoin/liker-land
- Owner: likecoin
- License: gpl-3.0
- Created: 2019-01-25T14:27:11.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-08T07:35:06.000Z (7 months ago)
- Last Synced: 2025-12-10T03:22:06.438Z (7 months ago)
- Topics: depub, firebase, likecoin, nft, nuxt, vue
- Language: Vue
- Homepage: https://liker.land
- Size: 65.1 MB
- Stars: 7
- Watchers: 3
- Forks: 13
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Liker Land](https://liker.land)
Decentralize Publishing in Web3 via Writing NFT. A DAO for content lovers.
## Development
- Install npm dependencies
```bash
$ npm --prefix src install
```
- Update [config](https://github.com/likecoin/liker-land/tree/master/src/server/config) in server folder
- Run dev
```bash
$ cd src
$ npm run dev
```
## Deployment flow
- Change firebase project to yours in `.firbaserc`
```
{
"projects": {
"default": "(your firebase project)"
}
}
```
- Install npm dependencies
```bash
$ npm --prefix src install
$ npm --prefix functions install
```
- Deploy everything
```bash
$ firebase deploy
```
## Changelog
Please read the changelog [here](CHANGELOG.md).