This repository contains the web frontend for the Data Science Ontology, written in TypeScript and React.
The Data Science Ontology itself lives in its own repository.
To serve the frontend locally, install the dependencies using npm install and then
run npm run serve. The development server will proxy the official
backend running at
https://api.datascienceontology.org.
To change the backend for the locally served frontend, set ONTOLOGY_API to another URL such as http://localhost:3000.