Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions photon-client/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Chameleon Client UI
# PhotonVision Client UI

## Install Node.js

Follow [this](https://nodejs.org/en/) link
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
Expand All @@ -12,7 +12,8 @@ npm install
```

### Compiles and hot-reloads for development
Run this every developing session, this command auto-build the UI after every change your make
Run this every development session, this command auto-builds the UI after every change you make

```
npm run serve
```
Expand All @@ -33,4 +34,4 @@ npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
See Node.js' [Configuration Reference](https://cli.vuejs.org/config/).
2 changes: 1 addition & 1 deletion photon-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion photon-client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chameleon-client",
"name": "photon-client",
"version": "3.0.0",
"private": true,
"scripts": {
Expand Down
336 changes: 0 additions & 336 deletions photon-client/public/Roboto.css

This file was deleted.

Binary file removed photon-client/public/favicon.png
Binary file not shown.
10 changes: 7 additions & 3 deletions photon-client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.png">
<title>Chameleon Vision</title>
<link rel="stylesheet" href="<%= BASE_URL %>Roboto.css">
<title>PhotonVision</title>
<style>
body {
font-family: "Lato", sans-serif;
}
</style>
</head>
<body>
<noscript>
<strong>We're sorry but Chameleon Vision doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but PhotonVision doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
Loading