https://github.com/appbaseio/dashboard
ReactiveSearch cloud dashboard
https://github.com/appbaseio/dashboard
Last synced: about 1 year ago
JSON representation
ReactiveSearch cloud dashboard
- Host: GitHub
- URL: https://github.com/appbaseio/dashboard
- Owner: appbaseio
- Created: 2017-02-08T06:52:46.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2025-05-25T14:59:38.000Z (about 1 year ago)
- Last Synced: 2025-05-25T15:47:45.271Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://dashboard.reactivesearch.io
- Size: 30.8 MB
- Stars: 32
- Watchers: 8
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## reactivesearch.io dashboard
sugar, spice and everything nice
### Setup
After cloning this repo, sync the (batteries) submodule via:
```
git submodule init
git submodule update --recursive --remote
```
### Installation and development
```
yarn
yarn start
```
Server will run on port `1357`.