Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T16:24:24.000Z (10 days ago)
- Last Synced: 2024-10-29T17:12:39.208Z (10 days ago)
- Topics: depub, firebase, likecoin, nft, nuxt, vue
- Language: Vue
- Homepage: https://liker.land
- Size: 61.4 MB
- Stars: 7
- Watchers: 6
- Forks: 13
- Open Issues: 32
-
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).