This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/README.md

1.5 KiB

Meshviewer

Build Status Scrutinizer Code Quality License: AGPL v3

Meshviewer is an online visualization app to represent nodes and links on a map for Freifunk open mesh network.

Demo

Embedded: https://regensburg.freifunk.net/netz/karte/
Standalone: https://regensburg.freifunk.net/meshviewer/

Sponsoring / Supporting

  • BrowserStack for providing an awesome testing service for hundreds of browsers
  • Travis CI for building meshviewer on every push and pull request
  • Scrutinizer CI for testing code quality on every push and pull request
  • POEditor for providing an easy non-developer translation environment

These tools need a lot of infrastructures and provide a free account for open source software.

Building / Running

Required tools:

  • yarn
  • gulp

1st install the dependencies by running

yarn

Then you can start a development server with

gulp serve

To build a release, run

gulp

The result will be in the "build" folder afterwards.