8000 GitHub - clochix/dochub: DocHub - speedy docs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

clochix/dochub

 
 

Repository files navigation

DocHub - speedy docs

======================

Build Status Dependency Status
DocHub on GitHub Pages

Running locally

  • Download de docfiles *.json and paste in static/data

  • Run the server:

      npm install -g nodemon
      npm install # downloads dependencies for web server
      npm start
    
  • Open http://localhost:5000/ in your browser.

Scraper

The static/data/ directory contains our scrape of the sites we get content from. Right now we don't update this very often. If you want the most up-to-date content, you can run the scrapers:

cd scraper
npm install # downloads dependencies for scrapers
node you-scrape.js

Notes

How to use the r.js optimizer:

node node_modules/requirejs/bin/r.js -o static/js/app.build.js

Make sure the node server is serving the correct static folder (whether you want /static or /static-build).

License

Licensed under the GNU Affero General Public License.

About

DocHub - speedy docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.3%
  • JavaScript 45.7%
0