Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1003 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 1003 Bytes

ffmap-d3

Build Status

This repository shows the graph of all nodes in the freifunk network. if you clone this repository, you also need to download some sample data into nodes.json, for example the nodes of Freifunk Lübeck:

https://luebeck.freifunk.net/map/nodes.json

Development

To build the project, you need to have nodejs and grunt-cli installed. Install the nodejs packages for your operating system (and npm, if those packages do not already contain it). Then install the grunt-cli node package globally, by running npm install -g grunt-cli. After that run npm install in the root directory of the project.

You are now ready to build the project by running grunt. To start a development server on localhost, you can use grunt dev. This task will build the project, start a development server, and watch the source files for changes.