Skip to content

Commit

Permalink
Basic build process for noobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulman committed Jan 31, 2012
1 parent 27a7035 commit 4393099
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*.js
build
8 changes: 0 additions & 8 deletions README

This file was deleted.

13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
meed
----

Coming soon..

Requirements:
* nodejs

To run:
* ./build.sh
* node meed.js

Pardon the mess.
9 changes: 9 additions & 0 deletions build.sh
@@ -0,0 +1,9 @@
npm install express facebook-js ntwitter

coffee -c *.coffee

# Install ender + modules for ui
npm install -g ender
mkdir build
cd build
ender build domready reqwest

0 comments on commit 4393099

Please sign in to comment.