This repository contains the station frontend application of the Personal Health Train.
Table of Contents
git clone https://github.com/PHT-Medic/station-frontend
cd station-frontend
yarn install
# build application for production 🛠
yarn run build
# run application ⚔
yarn run start
# serve application on the fly 🔥
yarn run dev