https://github.com/drewxs/crylog
Decentralized content management system
https://github.com/drewxs/crylog
dapp ethereum ipfs polygon the-graph
Last synced: 10 months ago
JSON representation
Decentralized content management system
- Host: GitHub
- URL: https://github.com/drewxs/crylog
- Owner: drewxs
- License: mit
- Created: 2022-05-02T04:44:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T10:04:39.000Z (about 2 years ago)
- Last Synced: 2025-02-07T05:31:08.632Z (12 months ago)
- Topics: dapp, ethereum, ipfs, polygon, the-graph
- Language: TypeScript
- Homepage:
- Size: 3.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Crylog
A decentralized content management system.
## Prerequisites
This project requires NodeJS (version 16 or later) and NPM.
[Node](http://nodejs.org/) and [NPM](https://npmjs.org/).
To make sure you have them available on your machine,
try running the following command.
```shell
$ npm -v && node -v
```
## Configuration
Create a copy of .env.example and rename it to .env
Update the values in .env.local to match your environment.
## Installation
Install dependencies:
```shell
$ yarn install
```
## Development
Run the local node:
```shell
$ yarn node-local
```
Deploy the local node to the local network:
```shell
$ yarn deploy-local
```
Run the application in development mode:
```shell
$ yarn dev
```
## Production Build
To build:
```shell
$ yarn build
```
Start the built application:
```shell
$ yarn start
```
## License
Copyright ©2022 [Andrew X. Shah](https://github.com/kito0).
[MIT](https://github.com/kito0/crylog/blob/master/LICENSE) licensed.