Last active
August 29, 2015 14:06
-
-
Save chgeuer/dff28f55db92b947434b to your computer and use it in GitHub Desktop.
build-testdouble-website.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install git | |
sudo apt-get install node | |
sudo apt-get install npm | |
sudo npm install -g lineman | |
git clone https://github.com/testdouble/double-takes.git | |
cd double-takes | |
npm install | |
gem install sass | |
gem install bundle | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment