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

https://github.com/bonk-dev/infpot

Notatki z informatyki w formie dokumentacji na Docusaurusie
https://github.com/bonk-dev/infpot

cisco cisco-packet-tracer docusaurus network

Last synced: 11 months ago
JSON representation

Notatki z informatyki w formie dokumentacji na Docusaurusie

Awesome Lists containing this project

README

          

# Infpot
Notes about computer science (or informatics)

Site built using [Docusaurus](https://docusaurus.io/), a modern static web page generator.

## License
- Source code and configs:
[MIT](/LICENSE)
- Notes/pages (`notatki/` dir):
[CC-BY-4.0](LICENSE-notatki)
- Graphics (`static/img/` dir):
[CC-BY-4.0](LICENSE-static-img)

## Installation

```
$ npm install
```

## Local Development

```
$ npm start
```

## Build

```
$ npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.