Skip to content

PaoloFalomo/new-website

 
 

Repository files navigation

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

Running

export APP=[mainSite|api]   # chose which server you want to run
export LOCAL=true           # local mode will disable the global.gc() function and CSP header
./runServer.sh

Note:

  • 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 --expose-gc [webServer|apiServer].js [--local] instead.

About

🖥 CDNJS website and api server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 56.1%
  • JavaScript 40.7%
  • CSS 2.9%
  • Other 0.3%