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.
We have a few channels for contact, feel free to reach out to us at:
Feel free to use, recommend improvements, or contribute to new implementations.
If this is our first repository that you visit, or would like to know more about Horusec, check out some of our other projects.
- Horusec Platform
- Horusec CLI
- Horusec DevKit
- Horusec Engine
- Horusec Operator
- Horusec Admin
- Horusec VsCode
This project exists thanks to all the contributors. You rock! ❤️🚀