@junto-foundation/graph-view
v0.5.5
Published
An interactive graph to see your community data
Downloads
12
Readme
Flux App Preat Starter Template
About
This starter template includes everything you need to make an app for Flux.
Dependencies:
- ad4m-connect
- junto-elements
Setup
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Development
# yarn
yarn dev
# npm
npm dev
Production
Build the application for production:
# yarn
yarn build
# npm
npm build
Checkout the deployment documentation for more information.