You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
<br />[DocHub](http://neiesc.github.io/dochub/) on GitHub Pages
7
+
[CHANGELOG](CHANGELOG.md)
7
8
8
9
## Running locally
9
10
10
11
* Download de [docfiles](https://github.com/neiesc/dochub/tree/gh-pages)`*.json` and paste in `static/data`
12
+
11
13
* Run the server:
12
14
13
-
npm install -g nodemon
14
-
npm install # downloads dependencies for web server
15
+
npm install --production # downloads dependencies for web server or npm install for all dependencies
15
16
npm start
17
+
16
18
* Open `http://localhost:5000/` in your browser.
17
19
18
20
## Scraper
19
21
20
22
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:
21
23
24
+
npm install --dev # downloads dependencies for scrapers
0 commit comments