- 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 です。