Skip to content

Silentsoul04/docs-horusec

Repository files navigation

Horusec Documentation

In this project contains all documentation of HORUSEC.

Requirements

To edit, run and build this project is necessary some requirements, they are:

  • Node
    • Check intallation run in your terminal npm -v and node -v
  • Hugo
    • Check installation run in your terminal hugo version

Install

For install all dependences this project run the command

npm run dependencies

or

npm i && git submodule init && git submodule update

Running

For run this project run the command

hugo serve

or

npm start

Check if Web Server is available at http://localhost:1313/docs/

Build

TO build this project run the follow command

npm run build

And you can see the folder generated by hugo into ./dist path.