Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.01 KB

new-website

Website of https://cdnjs.com, for the cdn content, see cdnjs/cdnjs repo.

Dependency Status Issue Stats Issue Stats

Dependencies

Setup

cd path/to/repo
npm install

Development

npm run watch-css
// another tab
node webServer.js

Running

APP=[mainSite|api]
./runServer.sh
  • 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.