- node version 12.x
- yarn
.env.exampleをコピーして.envファイルを作成してください
$ cp .env.example .env.envファイルを編集して以下の環境変数を設定します
CLIENT_URL:remote-patient-monitoring-clientのURL。/#まで含んだ形で設定してくださいAPI_URL:remote-patient-monitoring-apiのURL。/api/nurseまで含んだ形で設定してください
# 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 です。