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

https://github.com/alekseynemiro/knowledgebase

Aleksey Nemiro's knowledge base
https://github.com/alekseynemiro/knowledgebase

asp-mvc asp-net c-sharp csharp debian docker examples maui postgresql sqlserver vb-net vbnet windows-forms wpf

Last synced: about 2 months ago
JSON representation

Aleksey Nemiro's knowledge base

Awesome Lists containing this project

README

          

# Aleksey Nemiro's knowledge base

This repository contains Aleksey Nemiro's knowledge base.

The knowledge base files are located in the "[base](base)" folder.
In addition, the "[examples](examples)" folder contains code examples on various topics.

Docusaurus is used as a user interface for the knowledge base.

## Online

## Local use

The local launch requires [Node.js](https://nodejs.org/) version 18 or higher.

1\. Clone this repository:

```bash
git clone https://github.com/alekseynemiro/knowledgebase.git && cd knowledgebase
```

2\. Restore packages:

```bash
nmp ci
```

3\. Run the project:

```bash
npm run start-en
```

or start in Russian:

```bash
npm start
```

## License

This repository uses different types of licenses.
Unless otherwise noted, the materials are provided under the MIT license.