Skip to content

decentdao/decent-interface

Repository files navigation

Decent Interface

Local Development

Clone the repository

$ git clone {repository url}

Change to correct Node.js version

$ nvm use

Install the dependencies

$ npm install

Build Subgraph artifacts

$ npm run graphql:build # For UNIX

Running development environment

$ npm run dev

Deployment Notes

The "dev" and "prod" environments of this app are currently deployed via Netlify.

The "dev" environment tracks the develop branch, and the "prod" environment tracks the main branch.