Manage your dashboard config files (JSON format) and preview dashboards using the sdmx-dashboard-components client application.
Demo is available on Vercel here:
https://dashboard-creator-thhomas-projects.vercel.app/
By default JSON files are saved in local file system (in ./public/uploads/
folder)
To store JSON files as Github Gists, add 2 environment variables
(in .env.local for instance)
GIST_TOKEN=<your_github_token>
GIST_PUBLIC=false
A guide on how to write a JSON configuration file is available in here
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
docker build -t sdmx-dashboard-demo .
docker run -p 3000:3000 sdmx-dashboard-demo