Skip to content

drewxs/crylog

Repository files navigation

Crylog

A decentralized content management system.

Prerequisites

This project requires NodeJS (version 16 or later) and NPM. Node and NPM. To make sure you have them available on your machine, try running the following command.

$ 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:

$ yarn install

Development

Run the local node:

$ yarn node-local

Deploy the local node to the local network:

$ yarn deploy-local

Run the application in development mode:

$ yarn dev

Production Build

To build:

$ yarn build

Start the built application:

$ yarn start

License

Copyright ©2022 Andrew X. Shah.
MIT licensed.