1.0.0-beta.5 • Published 6 years ago

@dxos/xbox-dashboard v1.0.0-beta.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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

  • rm -rf ./next (Make sure we remove next folder).
  • yarn build.
  • npm version prerelease
  • npm publish -tag beta

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