File tree Expand file tree Collapse file tree 2 files changed +26
-34
lines changed Expand file tree Collapse file tree 2 files changed +26
-34
lines changed Original file line number Diff line number Diff line change 22
33This repository holds the documentation for the [ crowdsec project] ( https://github.com/crowdsecurity/crowdsec ) .
44
5- Online version of this documentation is available here: https://doc.crowdsec.net/
5+ Online version of this documentation is available here: https://doc.crowdsec.net/
6+
7+ The documentation is built using [ Docusaurus 2] ( https://docusaurus.io/ ) , a modern static website generator.
8+
9+ ## Installation
10+
11+ ``` console
12+ npm install
13+ ```
14+
15+ ## Local Development
16+
17+ ``` console
18+ npm run start
19+ ```
20+
21+ This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
22+
23+ ## Build
24+
25+ ``` console
26+ npm run build
27+ ```
28+
29+ This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
30+ you can also use the ` npm run serve ` command to test the build locally.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments