Website of https://cdnjs.com, for the cdn content, see cdnjs/cdnjs repo.
cd path/to/repo
npm installMONGOHQ_URL=<mongodb url>
APP=[mainSite|api]
./runServer.shNote:
- Make sure
mongodis running if you're using a local database. - The artifacts/meta data is on the meta branch.
Heads up: runServer.sh script only works on Bash. If you're using another shell run node [webServer|apiServer].js instead.