Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phith0n/conote-docs
- Owner: phith0n
- License: apache-2.0
- Created: 2024-08-11T18:30:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T14:37:51.000Z (3 months ago)
- Last Synced: 2024-11-16T09:19:59.423Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://conote.vulhub.org/
- Size: 2.82 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```