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

https://github.com/csdev/blog


https://github.com/csdev/blog

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blog

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

## Setup

```sh
nvm use
npm ci
```

## Development Server

```sh
npm run start
```