Update README

This commit is contained in:
Piotr Rogowski 2023-04-28 10:50:52 +02:00
parent 84b5e9c8b5
commit 874ea9d3cf
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 14 additions and 8 deletions

View File

@ -1,16 +1,22 @@
# Wiki # Wiki
FOME Wiki built using [Docusaurus 2](https://docusaurus.io/). This is the source code for the FOME Wiki - [wiki.fome.tech](https://wiki.fome.tech).
## Installation ## Development
Required [Node.js](https://nodejs.dev/) version: 16 or higher. FOME Wiki is built using [Docusaurus 2](https://docusaurus.io/).
### Installation
Required [Node.js](https://nodejs.dev/) is defined in [.nvmrc](/.nvmrc). If you use [nvm](https://github.com/nvm-sh/nvm), run `nvm use` to switch to the correct version.
To install dependencies, run:
```bash ```bash
npm install npm install
``` ```
## Local Development ### Local Development
```bash ```bash
npm start npm start
@ -20,13 +26,13 @@ This command starts a local development server and opens up a browser window. Mo
Docusaurus guides: [https://docusaurus.io/docs/category/guides](https://docusaurus.io/docs/category/guides) Docusaurus guides: [https://docusaurus.io/docs/category/guides](https://docusaurus.io/docs/category/guides)
### Lint code #### Lint code
```bash ```bash
npm run lint npm run lint
``` ```
## Build ### Build
```bash ```bash
npm build npm build
@ -34,7 +40,7 @@ npm build
This command generates static content into the `build` directory and can be served using any static contents hosting service. This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Generate PDF ### Generate PDF
Required [Prince XML](https://www.princexml.com/). Required [Prince XML](https://www.princexml.com/).
@ -45,7 +51,7 @@ npm run build
npm run serve npm run serve
``` ```
In another terminal run this to generate PDF: In another terminal, run this to generate PDF:
```bash ```bash
npm run pdf npm run pdf