Skip to content

aoirint/harmonica-web-next

Repository files navigation

harmonica-web-next

自宅センサモニターHarmonicaのNext.js製Webフロントエンドアプリ。

Development Environment

Run the development server

nvm use

npm ci

Create .env.local file.

NEXT_PUBLIC_HASURA_URL=https://hasura.example.com
HASURA_ADMIN_SECRET=myadminsecretkey

NEXT_PUBLIC_SMOKEPING_NAMES=Ping MyTarget
NEXT_PUBLIC_SMOKEPING_URLS=https://smokeping.example.com
NEXT_PUBLIC_SMOKEPING_TARGETS=MyGroup.MyTarget
npm run codegen -- --watch

npm run dev

Deployment

nvm use

npm ci

npm run build

rsync -av --delete out/ /path/to/

About

Harmonica: Arduino環境センサモニター用Webフロントエンドアプリ(10.1インチタブレット用)

Resources

License

Stars

Watchers

Forks

Packages

No packages published