Terria Map is a showcase for maps and features developed by the TerriaJS team. It provides the best of the datasets from other maps as well as experimental, cutting-edge features.
Pre-requisites: Git, NodeJS, NPM, GDAL (optional). (See the wiki for details)
sudo npm install -g gulp # Install gulp, the build tool
git clone https://github.com/TerriaJS/Map # Get the code
cd Map
npm install # Install dependencies
npm start # Start the server in the background
gulp watch # Build the site, and watch for changes.
See the wiki for more detailed information about Terria and how to build and run it.