Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phith0n/conote-docs

All in one cybersecurity utility platform.
https://github.com/phith0n/conote-docs

Last synced: about 1 month ago
JSON representation

All in one cybersecurity utility platform.

Awesome Lists containing this project

README

        

# CoNote2 Website

![](./static/img/banner.png)

---

## Run the website locally

This project uses Node.js and python 3.

- Node.js version >= 20 or above (which can be checked by running node -v).
- Yarn version >= 1.22.19 (which can be checked by running yarn --version).

### Installation

To install required Node packages:

```console
yarn
```

## Build and serve

Build the website:

```console
yarn build
```

This command generates static content into the `build` directory, which usually takes a few minutes (5-10 min.).

You can then serve build locally by running:

```console
yarn serve
```