Web console for ReductStore based on React.js and Ant Design
- Embedded to ReductStore
- Bucket Management
- Data Browsing
- Token authentication
- Data Browsing
You can explore it by using a demo server at play.reduct.store.
The API token is reductstore.
The documentation is available as a set of guides on www.reduct.store.
If you want to report a bug, discuss an idea, or work on an issue, read the contributing guide first.
To run the project locally, you need to specify the URL of the ReductStore instance in the .env file:
VITE_STORAGE_URL=https://play.reduct.storeThen you can run the project with:
npm install
npm startIf you want to run the project with a local ReductStore instance, you need to disable CORS in the browser or on the server.
To do this on the server, you can use the RS_CORS_ALLOW_ORIGIN environment variable:
RS_CORS_ALLOW_ORIGIN='*' reductstore