mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
Updated UI readme
added nodejs installation and explanation
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
# chameleon-client
|
||||
# Chameleon Client UI
|
||||
|
||||
## Install Node.js
|
||||
|
||||
Follow [this](https://nodejs.org/en/) link
|
||||
|
||||
## Project setup
|
||||
Run this one time, this command downloades the packages the UI uses and it might take a short while
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
Run this every developing session, this command auto-build the UI after every change your make
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user