https://github.com/luiguild/mathwgl
https://github.com/luiguild/mathwgl
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/luiguild/mathwgl
- Owner: luiguild
- Created: 2022-02-28T16:17:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T16:19:41.000Z (over 4 years ago)
- Last Synced: 2025-01-23T14:35:40.680Z (over 1 year ago)
- Language: JavaScript
- Size: 439 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mathWGL
## io.github.luiguid.math-wgl
### Getting started
> Before you follow the steps below, make sure you have the
[Lightning-CLI](https://rdkcentral.github.io/Lightning-CLI/#/) installed _globally_ only your system
```
npm install -g @lightningjs/cli
```
#### Running the App
1. Install the NPM dependencies by running `npm install`
2. Build the App using the _Lightning-CLI_ by running `lng build` inside the root of your project
3. Fire up a local webserver and open the App in a browser by running `lng serve` inside the root of your project
#### Developing the App
During development you can use the **watcher** functionality of the _Lightning-CLI_.
- use `lng watch` to automatically _rebuild_ your App whenever you make a change in the `src` or `static` folder
- use `lng dev` to start the watcher and run a local webserver / open the App in a browser _at the same time_
#### Documentation
Use `lng docs` to open up the Lightning-SDK documentation.