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

https://github.com/openlitedotdev/clearn

A documentation with resources for the C language.
https://github.com/openlitedotdev/clearn

documentation learn playground tutorial

Last synced: 11 months ago
JSON representation

A documentation with resources for the C language.

Awesome Lists containing this project

README

          


The C Logo

The C documentation

A documentation with resources for the C language.

### Local development

First step installation dependecies we have [pnpm](https://pnpm.io)

```console
pnpm install --frozen-lockfile
```

You can then start the local development server with:

```console
pnpm run dev
```

This will launch a browser window open to [localhost:3000](http://localhost:300).

You can build the project with:

```console
pnpm run build
```