Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 813 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 813 Bytes

Heliotime Site

The Next.js server serving an interactive graph of the flux data and a Helioviewer preview.

Getting Started

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.

Components

The components in src/components/ui are modified versions from shadcn/ui.