Getting Started with Node The easiest way to get started is to clone the repository: # Get the latest snapshot $ git clone https://github.com/Network-of-BioThings/mine-that-data.git mine-that-data $ cd mine-that-data # Install NPM dependencies $ npm install $ node app.js