cheminfo / wikipedia

Wikipedia chemical structure explorer

Home Page:https://wikipedia.cheminfo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikipedia Chemical Structure Explorer

DOI

This application as been published here.

https://wikipedia.cheminfo.org

Install locally

There are two ways for having the website on a local server.

Zip archive

You can download the latest version directly on GitHub.

Easy updates with git

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

Build and serve the website

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.

Data synchronization with Wikipedia

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

License

This project is released under The BSD License.

About

Wikipedia chemical structure explorer

https://wikipedia.cheminfo.org

License:Other


Languages

Language:TypeScript 56.3%Language:JavaScript 20.3%Language:HTML 18.9%Language:CSS 4.3%Language:Shell 0.2%