Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.07 KB

File metadata and controls

42 lines (29 loc) · 1.07 KB

remote-patient-monitoring-dashboard

Build Setup

Requirements

  • node version 12.x
  • yarn

Preparation

.env.exampleをコピーして.envファイルを作成してください

$ cp .env.example .env

.envファイルを編集して以下の環境変数を設定します

Build and Run

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

このプロジェクトはNuxt.jsで動いています。 より詳しい情報は公式のドキュメントを参照してください。

ライセンス

GNU AGPL v3 です。