Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 561 Bytes

File metadata and controls

29 lines (16 loc) · 561 Bytes

HDS DataSets Search App

Simple React app with a search box that queries HDS datasets.datasafe.dev API and shows results.

Can be tested on: https://app-datasets.datasafe.dev

Based on the datasets exposed by: Datasets Service

Stack

  • Vite + React + TypeScript

Run locally

npm dev   

Then open http://localhost:5173.

Build

First run script/setup.sh to setup dist/ folder which is bound to gh-pages branch

npm build