mirror of https://github.com/FOME-Tech/wiki.git
d770358e79 | ||
---|---|---|
.github | ||
.vscode | ||
blog | ||
docs | ||
src | ||
static | ||
.gitignore | ||
.nvmrc | ||
README.md | ||
babel.config.js | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
sidebars.js |
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.
Build
npm build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Generate PDF
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