Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 888 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 888 Bytes

Dashboard

This is the source code for the front end of Jesse's GUI dashboard.

It is made using:

Project setup

To install the dependencies, run:

npm install

To compile and hot-reload for development:

npm run serve

After doing so, you'll the URL, which by default is http://localhost:8080. To use it with Jesse, you also need to run Jesse using the good old jesse run command.

to compile and minifies for production:

npm run build

Lints and fixes files:

npm run lint

Credits

Many thanks to the contributors of this repository especially Nicolay Zlobin and Morteza who helped a lot with the development of the initial version of the dashboard.