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.gitThen to update :
cd wikipedia
git pullTo build the site, Node.js v20 is needed.
npm ci
npm run buildThis 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.shThis project is released under The BSD License.