FlightGear wiki:Howto: Wiki addon development: Difference between revisions

(https://forum.flightgear.org/viewtopic.php?f=72&t=33711)
 
Line 21: Line 21:
For the sake of simplicity, it's recommended to have the following tools installed:
For the sake of simplicity, it's recommended to have the following tools installed:


* git
* git (version control)
* npm
* npm (package manager, used to install web-ext)
* node.js
* node.js (javascript for the console)
* web-ext
* web-ext (tool used to actually develop/test web extensions)


== Testing the extension ==
== Testing the extension ==