@notexpectedyet/octofarm-client
v1.6.0
Published
The website client for OctoFarm bundled using webpack.
Downloads
31
Maintainers
Readme
OctoFarm UI client bundles
OctoFarm is an easy to setup and install web server and client for unifying multiple instances of Octoprint. You can manage and monitor as many instances as you want from a single interface giving you full control over your 3D printer farm.
This is the OctoFarm website client bundle for OctoFarm Server. Find OctoFarm Server here for more information how to use this NPM package https://github.com/OctoFarm/OctoFarm
Package install
This package can be installed or upgraded manually for use with OctoFarm Server, although it is not needed. OctoFarm Server installs it during its own setup.
npm install @octofarm/client
Project setup
Developers can follow this basic set of setup steps.
npm install
Compiles with webpack
npm run webpack
Compiles and minifies for production
npm run webpack:prod
Tests with the Jest test runner
npm run test