Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 965 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 965 Bytes

main Build image

Station Frontend 📮

This repository contains the station frontend application of the Personal Health Train.

Table of Contents

Installation

git clone https://github.com/PHT-Medic/station-frontend
cd station-frontend
yarn install

Usage

Production

# build application for production 🛠
yarn run build

# run application ⚔
yarn run start

Development

# serve application on the fly 🔥
yarn run dev