Skip to content

Commit

Permalink
Deploying to gh-pages from @ 64ae2ba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar committed Aug 29, 2024
1 parent da18ded commit 4264e0b
Show file tree
Hide file tree
Showing 9 changed files with 10,078 additions and 15,853 deletions.
45 changes: 40 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,44 @@

This is the device WebUI for the awesome [PixelIt Project](https://github.com/pixelit-project/PixelIt).

## How to develop?
## How to Develop?

1. Clone Repo
2. Install the dependency with `npm install`
3. Copy `.env.local.example` to `.env.local`and change the values to your needs
4. Now run `npm run serve` (or `npm run serve-win` on Windows) and the dev-server starts on port 8080
1. **Clone the Repository**
- Clone the project repository to your local machine:
```bash
git clone https://github.com/pixelit-project/PixelIt.WebUI.git
```

2. **Navigate to the Project Directory**
- Change into the project directory:
```bash
cd PixelIt.WebUI
```

3. **Install Dependencies**
- Install the necessary dependencies using `npm`:
```bash
npm install
```

4. **Set Up Environment Variables**
- Copy the example environment file to a new `.env.local` file:
```bash
cp .env.local.example .env.local
```
- On Windows, use:
```bash
copy .env.local.example .env.local
```
- Edit the `.env.local` file to suit your specific needs.

5. **Start the Development Server**
- Run the following command to start the development server:
```bash
npm run serve
```
- On Windows, if applicable, use:
```bash
npm run serve-win
```
- The server will start on port `8080`. You can access it at `http://localhost:8080`.
25,829 changes: 9,985 additions & 15,844 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"eslint-plugin-vue": "^6.2.2",
"sass": "~1.32.13",
"sass-loader": "^10.3.1",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.7.8",
"vue-cli-plugin-vuetify": "^2.4.2",
"vue-template-compiler": "^2.7.16",
"vuetify-loader": "^1.9.2"
},
"eslintConfig": {
Expand All @@ -68,4 +68,4 @@
"last 2 versions",
"not dead"
]
}
}
5 changes: 5 additions & 0 deletions webui/css/chunk-vendors.11634a2a.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webui/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><link rel="icon" href="https://pixelit-project.github.io/PixelIt/webui/favicon.ico"><title>PixelIt WebUI</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="https://pixelit-project.github.io/PixelIt/webui/css/app.06728995.css" rel="preload" as="style"><link href="https://pixelit-project.github.io/PixelIt/webui/css/chunk-vendors.d0ec1288.css" rel="preload" as="style"><link href="https://pixelit-project.github.io/PixelIt/webui/js/app.b640f82b.js" rel="preload" as="script"><link href="https://pixelit-project.github.io/PixelIt/webui/js/chunk-vendors.e308edae.js" rel="preload" as="script"><link href="https://pixelit-project.github.io/PixelIt/webui/css/chunk-vendors.d0ec1288.css" rel="stylesheet"><link href="https://pixelit-project.github.io/PixelIt/webui/css/app.06728995.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Pixel It the Matrix Display doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://pixelit-project.github.io/PixelIt/webui/js/chunk-vendors.e308edae.js"></script><script src="https://pixelit-project.github.io/PixelIt/webui/js/app.b640f82b.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><link rel="icon" href="https://pixelit-project.github.io/PixelIt/webui/favicon.ico"><title>PixelIt WebUI</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="https://pixelit-project.github.io/PixelIt/webui/css/app.06728995.css" rel="preload" as="style"><link href="https://pixelit-project.github.io/PixelIt/webui/css/chunk-vendors.11634a2a.css" rel="preload" as="style"><link href="https://pixelit-project.github.io/PixelIt/webui/js/app.9f7a6ed5.js" rel="preload" as="script"><link href="https://pixelit-project.github.io/PixelIt/webui/js/chunk-vendors.97bf3686.js" rel="preload" as="script"><link href="https://pixelit-project.github.io/PixelIt/webui/css/chunk-vendors.11634a2a.css" rel="stylesheet"><link href="https://pixelit-project.github.io/PixelIt/webui/css/app.06728995.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Pixel It the Matrix Display doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://pixelit-project.github.io/PixelIt/webui/js/chunk-vendors.97bf3686.js"></script><script src="https://pixelit-project.github.io/PixelIt/webui/js/app.9f7a6ed5.js"></script></body></html>
2 changes: 2 additions & 0 deletions webui/js/app.9f7a6ed5.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions webui/js/app.9f7a6ed5.js.map

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions webui/js/chunk-vendors.97bf3686.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions webui/js/chunk-vendors.97bf3686.js.map

Large diffs are not rendered by default.

0 comments on commit 4264e0b

Please sign in to comment.