Developer Guide ~~~~~~~~~~~~~~~ This document complements the guidelines set out in the `SKA telescope developer portal `_ Tooling Pre-requisites ====================== This project requires **Node** and **YARN** to install and run. To install please follow the instructions for your operating system at `nodejs downloads `_. Alternatively, the official Node docker image can be used. Instructions can be found on the `official Node docker image site `_. Development setup ================= ... Running scripts =============== You should now be able to run the scripts defined in the package.json within the project directory. ...