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.
- Host: GitHub
- URL: https://github.com/openlitedotdev/clearn
- Owner: openlitedotdev
- Created: 2025-03-13T02:36:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T03:24:30.000Z (11 months ago)
- Last Synced: 2025-03-15T03:25:58.213Z (11 months ago)
- Topics: documentation, learn, playground, tutorial
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```