Lattice Manager is a web application that allows users to manage their Lattice1 device.
- Node.js v14+
-
Clone the repository
-
Install Dependencies
npm install
-
Run the application
npm start
-
Open the application in your browser
http://localhost:3000
-
Run the tests
npm test
-
Follow steps in installing section.
-
Copy and rename
.env.sample
to.env
-
Set
VITE_BASE_SIGNING_URL
to the URL of your Lattice Connect instance. -
Start the Lattice Manager application
npm start
-
Connect to your Lattice1 device.
-
Set the Connection Endpoint in Lattice Manager to your Lattice Connect URL.