A new language we're working on
https://nc.klado.dev
- TypeScript 62.4%
- CSS 37.6%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| .gitignore | ||
| astro.config.ts | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
NC Design
This repository holds the design specification for the NC programming language.
Build instructions
Clone the repo:
git clone https://arbor.klado.dev/nclang/design.git
cd design
Install dependencies and start dev server:
pnpm install
pnpm dev
Build the site:
pnpm build
This will build the site and place the output files in dist/.