This application as been published here.
https://wikipedia.cheminfo.org
There are two ways for having the website on a local server.
You can download the latest version directly on GitHub.
If you plan on updating regularly, you can use git :
git clone https://github.com/cheminfo/wikipedia.git
Then to update :
cd wikipedia
git pull
To build the site, Node.js v20 is needed.
npm ci
npm run build
This generates the website in the dist
directory.
It is a simple static site that can be served from any web server.
The dump
directory contains the scripts used to synchronize the data files using the Wikipedia API. They are NOT needed for the website to work and can be ignored by most people.
npm ci
cd dump
./dump.sh
This project is released under The BSD License.