lz-web-sdk
v0.31.3
Published
The Web SDK of LayerZ
Readme
LayerZ SDK
This is the LayerZ SDK project
Installation
Before you can run this project, you need to have Node.js and npm installed on your machine.
To install the project dependencies, navigate to the project root directory in your terminal and run:
npm installThis will install all the dependencies listed in the package.json file.
Building the Project
To build the project, run:
npm run buildThis command will run webpack, which will bundle your TypeScript and CSS files into a single JavaScript file. The bundled file will be output to the dist directory.
Developing
You can run an example page on localhost:9000 that will include the SDK. Any changes to the SDK code will build it and reload the page. Use:
npm run devContributing
...
License
- Copyright 2023 Herragen AG
