Bitfaucet is a service which provides testnet coins for testing/development purposes.
Install node.js on your computer. You can install it from nodejs.org/download
Install mongodb on your computer. You can install it from mongodb.org/downloads
Make sure both are running.
You can install dependencies with the command: 'npm install'
You can clone the repository from GitHub as well. Once you find the repository run the command: 'git clone https://github.com/phutchins/bitfaucet.git'
Open your terminal and find the directory you saved bitfaucet under. Run the command: 'node app.js'