Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 285 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 285 Bytes

Publishing UI

This is a react typescript app that provides a user interface for publishing datasets to the Atlas.

Prerequisites

  • node 16 or above
  • yarn

Running the server

yarn install
yarn start

Building the app

yarn install
yarn run build