Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/c12-101-first-hand
Getting started with c12, the utility to load configurations intelligently.
https://github.com/barbapapazes/c12-101-first-hand
c12 javascript typescript unjs
Last synced: 20 days ago
JSON representation
Getting started with c12, the utility to load configurations intelligently.
- Host: GitHub
- URL: https://github.com/barbapapazes/c12-101-first-hand
- Owner: Barbapapazes
- Created: 2023-07-18T06:44:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T06:50:06.000Z (over 1 year ago)
- Last Synced: 2024-12-20T11:12:56.945Z (21 days ago)
- Topics: c12, javascript, typescript, unjs
- Language: TypeScript
- Homepage: https://esteban-soubiran.site/articles/c12-101-premiere-prise-en-main/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C12 101 - First hand
[Read my article (FR)](https://esteban-soubiran.site/articles/c12-101-premiere-prise-en-main/) to learn c12!
## Install dependencies
```bash
pnpm install
```## Run
You can run the project with:
```bash
npm run start
```