Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onebeyond/cybersecurity-handbook
Cybersecurity handbook by One Beyond
https://github.com/onebeyond/cybersecurity-handbook
cybersecurity handbook
Last synced: 2 months ago
JSON representation
Cybersecurity handbook by One Beyond
- Host: GitHub
- URL: https://github.com/onebeyond/cybersecurity-handbook
- Owner: onebeyond
- License: mit
- Created: 2019-10-14T08:19:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:21:37.000Z (over 1 year ago)
- Last Synced: 2024-04-09T23:03:15.227Z (10 months ago)
- Topics: cybersecurity, handbook
- Language: JavaScript
- Homepage: https://cybersecurityhandbook.dev/
- Size: 9.93 MB
- Stars: 112
- Watchers: 21
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: docs/security_design/authentication/index.html
Awesome Lists containing this project
README
# Cybersecurity handbook
![Cover image](static/img/cover.jpg)
_Image from [needpix.com](https://www.needpix.com/photo/download/963169/hacker-cyber-crime-banner-header-internet-computer-security-cyber-technology)_Empowering you to stay safe in the digital world with One Beyond's Cybersecurity Handbook.
## Website
This website is built using [Docusaurus 2](https://docusaurus.io/) and [generator-fast-documentation](https://github.com/UlisesGascon/generator-fast-documentation)
### Installation
```
$ npm i
```### Local Development
```
$ npm start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm run build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Manage releases
- Check [standard-version docs](https://github.com/conventional-changelog/standard-version)
### Manage git Hooks
- Check [Husky docs](https://github.com/typicode/husky)