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
- Host: GitHub
- URL: https://github.com/fluree/fluree-admin-ui
- Owner: fluree
- License: agpl-3.0
- Created: 2021-01-07T20:24:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T18:39:39.000Z (over 3 years ago)
- Last Synced: 2025-08-29T07:08:18.074Z (10 months ago)
- Language: JavaScript
- Size: 6.33 MB
- Stars: 5
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.