This web tool was created by Robert Lyons at Applied Micro Circuits. It is intended to present and visualize lab data collected by the Beaker automation framework for at-a-glance information and problem diagnosis.
- Install Node.js version 6.11+
- Clone this repository
- run
npm install
- run
npm run all
to run the dev frontend server with the production backend server. This is a single script to run everything for quick and easy development. - For a production experience, run
npm run build
. This signals Node to tell Webpack to build the application entry page. Then, runnpm run prod
to run the production version of the application on localhost:3000
- Node.js
- Express.js
- Vue.js
- Vuetify.js