dxos-deprecated / dashboard

DxOS Dashboard
MIT License
0 stars 1 forks source link

Dashboard

Dashboard server for xBox and other compute environments.

Serve in Production Mode

First build:

yarn build

Then start server:

yarn start

Dev Mode

Build is not needed.

yarn run dev

Publish to NPM

Finally push all changes and tags git push --follow-tags.