In this project contains all documentation of HORUSEC.
To edit, run and build this project is necessary some requirements, they are:
- Node
- Check intallation run in your terminal
npm -v
andnode -v
- Check intallation run in your terminal
- Hugo
- Check installation run in your terminal
hugo version
- Check installation run in your terminal
For install all dependences this project run the command
npm run dependencies
or
npm i && git submodule init && git submodule update
For run this project run the command
hugo serve
or
npm start
Check if Web Server is available at http://localhost:1313/docs/
TO build this project run the follow command
npm run build
And you can see the folder generated by hugo into ./dist
path.