This document provides steps to set up an Ionic 2 project called "cutePuppyPics". It involves installing Node.js, the Ionic 2 alpha framework, creating the project, adding the Android platform, and running the project on an Android emulator. Key steps include using NPM to install Ionic 2, initializing the project from a starter template on GitHub, running it locally in a browser, adding Android platform support, and deploying to an emulator using the 'ionic run android' command.