The Next.js server serving an interactive graph of the flux data and a Helioviewer preview.
Ensure you have Node.js and Yarn installed and the server components and database are running:
# Run in repository root (../)
./du.sh dev deploy db api importer
First, build the Visx submodule:
yarn build:visx
Next, install all dependencies (including Visx):
yarn install
Finally, run the development server:
yarn dev
The site will be available at:
The graph might be empty because the data is still importing.
The components in src/components/ui
are modified versions from shadcn/ui.