paradox-tt / wiki

IBP body of knowledge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website

This website is built using Docusaurus 2, a modern static website generator.

Install Software

curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash
apt update && apt full-upgrade
apt install nodejs
apt install build-essential
apt install apache2
apt install npm

Clone Repository

It is recommended that you clone this repository in your /var/www directory

cd /var/www
git clone https://github.com/ibp-network/wiki.git
cd wiki

Build Package

You need to generate the static pages from the source code, using npm:

npm install
npm run build

Publish Site

Finally, you only need to point your web server software (e.g. Apache) to server the site stored at /var/www/wiki/build

About

IBP body of knowledge

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.9%Language:CSS 16.1%