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
- Host: GitHub
- URL: https://github.com/bonk-dev/infpot
- Owner: bonk-dev
- License: mit
- Created: 2025-04-28T18:46:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T21:29:39.000Z (12 months ago)
- Last Synced: 2025-06-26T22:52:47.330Z (12 months ago)
- Topics: cisco, cisco-packet-tracer, docusaurus, network
- Language: TypeScript
- Homepage: https://dpago.dev/infpot
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.