sociam / indx

INDX Server
http://sociam.github.io/
GNU Affero General Public License v3.0
42 stars 6 forks source link

app installation #109

Closed FlamingTempura closed 10 years ago

FlamingTempura commented 10 years ago

at the very least, installation instructions should be within README within apps (e.g. use npm install)

better -- installation commands in manifest (which indx then runs) e.g.

{
   "install": [
      ["bower", "install"],
      ["npm", "install"]
   ]
}
FlamingTempura commented 10 years ago

moving to gulp