https://github.com/onebeyond/cybersecurity-handbook
Cybersecurity handbook by One Beyond
https://github.com/onebeyond/cybersecurity-handbook
cybersecurity handbook
Last synced: about 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 (almost 2 years ago)
- Last Synced: 2025-04-12T01:15:49.296Z (about 2 months ago)
- Topics: cybersecurity, handbook
- Language: JavaScript
- Homepage: https://cybersecurityhandbook.dev/
- Size: 9.93 MB
- Stars: 115
- Watchers: 20
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cybersecurity handbook

_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)