Skip to content

mikecomstock/triptitude-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

See how to install node and npm

This version works great:

# install node wherever.
# use sudo even, it doesn't matter
# we're telling npm to install in a different place.

echo prefix = ~/local >> ~/.npmrc
curl https://npmjs.org/install.sh | sh

Install dependencies:

npm install -g supervisor coffee-script bower
bower install

You should now be able to run the app with:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages