Go to file
OrchardPerformance 597ac0afd2 More templates 2023-02-21 04:23:09 +00:00
.github Fix Fome link, add build workflow (#5) 2023-01-15 22:27:34 +01:00
.vscode Basic setup (#1) 2022-12-29 21:48:56 +01:00
blog Initial commit 2022-12-29 21:13:02 +01:00
docs More templates 2023-02-21 04:23:09 +00:00
pdf Add pdf fetching list 2022-12-29 22:39:51 +01:00
src Moving page to see if it updates 2023-01-11 01:08:16 +00:00
static Basic setup (#1) 2022-12-29 21:48:56 +01:00
.gitignore Initial commit 2022-12-29 21:13:02 +01:00
.nvmrc Initial commit 2022-12-29 21:13:02 +01:00
README.md Update README 2022-12-29 22:53:33 +01:00
babel.config.js Initial commit 2022-12-29 21:13:02 +01:00
docusaurus.config.js Update main label 2022-12-29 22:57:27 +01:00
package-lock.json Initial commit 2022-12-29 21:13:02 +01:00
package.json Initial commit 2022-12-29 21:13:02 +01:00
sidebars.js Initial commit 2022-12-29 21:13:02 +01:00

README.md

Wiki

FOME Wiki built using Docusaurus 2.

Installation

Required Node.js version: 16 or higher.

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Docusaurus guides: https://docusaurus.io/docs/category/guides

Build

npm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Generate PDF

Required Prince XML.

Build and serve docs locally before generating PDF:

npm run build
npm run serve

In another terminal run this to generate PDF:

npm run pdf