Skip to content

Simple, lightweight and scalable PWA for diagnosis of Libremesh nodes

License

Notifications You must be signed in to change notification settings

hiurequeiroz/lime-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiMeApp

Greenkeeper badge Build Status Commitizen friendly

Simple, lightweight and scalable PWA for diagnosis of Libremesh nodes



Screenshot

Development Environment Installation

Clone this repo:

git clone https://github.com/libremesh/lime-app.git limeapp
cd limeapp

Install the dependencies:

npm install

Development Workflow

Read the "How to contribute and code of conduct" documentation

Start a live-reload development server:

WEB_PATH="/" npm run dev

Generate a production build in ./build:

WEB_PATH="/" npm run build --production

You can now deploy the contents of the build directory to production on github pages!

Fork and npm run deploy

Router Installation

In order to install the software in the node, the node must have several ubus packages installed ( see https://github.com/libremesh/lime-packages).

For develop you can run WEB_PATH='/app' npm run build --production and then copy the build folder to the /www/app directory of the node and go.

About

Simple, lightweight and scalable PWA for diagnosis of Libremesh nodes

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.1%
  • Less 4.2%
  • Other 0.7%