https://github.com/keith-gamble/example-perspective-component-module
An Example Repository for building Ignition Perspective Component Modules
https://github.com/keith-gamble/example-perspective-component-module
ignition ignition-perspective inductive-automation java perspective
Last synced: 3 months ago
JSON representation
An Example Repository for building Ignition Perspective Component Modules
- Host: GitHub
- URL: https://github.com/keith-gamble/example-perspective-component-module
- Owner: keith-gamble
- License: mit
- Created: 2024-08-20T19:18:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T10:20:34.000Z (about 1 year ago)
- Last Synced: 2025-05-07T11:28:12.023Z (about 1 year ago)
- Topics: ignition, ignition-perspective, inductive-automation, java, perspective
- Language: Java
- Homepage: https://keith-gamble.github.io/example-perspective-component-module/
- Size: 10.9 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm
```
### Local Development
```
$ npm start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true npm deploy
```
Not using SSH:
```
$ GIT_USER= npm deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.