Go to file
Piotr Rogowski c1bc713950
Update dependencies
2023-04-28 10:31:21 +02:00
.github Add TypeScript 2023-03-02 12:05:47 +01:00
.vscode Cleanup 2023-03-02 12:41:02 +01:00
docs Update intro.md 2023-04-26 13:55:53 -05: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 2023-03-02 12:10:59 +01:00
babel.config.js Initial commit 2022-12-29 21:13:02 +01:00
docusaurus.config.js Remove Blog 2023-04-28 10:25:34 +02:00
package-lock.json Update dependencies 2023-04-28 10:31:21 +02:00
package.json Update dependencies 2023-04-28 10:31:21 +02:00
sidebars.js Rename sidebar 2023-03-02 12:01:33 +01:00
tsconfig.json Add TypeScript 2023-03-02 12:05:47 +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

Lint code

npm run lint

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