Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 601 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 601 Bytes

data-viewer

The data viewer is currently a standalone nextjs project that renders the h5web component.

This is because scigateway is not compatible with the latest version of react that is required by h5web

Getting Started

The plotting-service is required to run currently, and is expected on port 8000

With the backend running you can:

  • Start a dev server with hot reload with yarn dev
  • Start an optimised production build with yarn build
  • Deploy the build output with yarn start
  • Manually run ESLint with yarn lint