Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)