An open API service indexing awesome lists of open source software.

https://github.com/fluree/fluree-admin-ui

FlureeDB admin dashboard
https://github.com/fluree/fluree-admin-ui

Last synced: 5 months ago
JSON representation

FlureeDB admin dashboard

Awesome Lists containing this project

README

          

# Fluree Admin Dashboard

## Running in Development Mode

Execute `make run` from within the project directory to run the admin dashboard
in development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload as you make edits. You will also see any lint errors in the
console.

## Releasing

Run `make deploy` and this will invoke `npm publish`.