preact-limeapp v0.0.3
LiMeApp
Simple, lightweight and scalable PWA for diagnosis of Libremesh nodes
Development Environment Installation
Clone this repo:
git clone https://github.com/libremesh/lime-app.git limeapp
cd limeappInstall the dependencies:
npm installDevelopment Workflow
Read the "How to contribute and code of conduct" documentation
Start a live-reload development server:
npm run devGenerate a production build in ./build:
npm run buildYou can now deploy the contents of the
builddirectory to production on github pages!Fork and
npm run deploy
Start local production server:
npm startRouter Installation
In order to install the softwarae in the node, the node must have the lime-webui-ng-luci package installed (can be found in the flavor lime_newui_test available through https://github.com/libremesh/lime-sdk). That is the API.
To generate the image for a wdr-4310 for example, you do this:
./cooker -c ar71xx/generic --flavor=lime_newui_test --profile=tl-wdr4310-v1There is currently no package for the interface. You can run npm run build && rm ./build/*.map and then copy the build folder to the /www directory of the node and go.
8 years ago