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 -vandnode -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 dependenciesor
npm i && git submodule init && git submodule updateFor run this project run the command
hugo serveor
npm startCheck 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.