A new language we're working on https://nc.klado.dev
  • TypeScript 62.4%
  • CSS 37.6%
Find a file
noClaps 071960a39d
All checks were successful
/ deploy (push) Successful in 25s
Fix CSS specificity for sidebar links
2026-06-05 10:44:59 +01:00
.forgejo/workflows Use latest pnpm version in workflow 2026-06-03 17:46:39 +01:00
src Fix CSS specificity for sidebar links 2026-06-05 10:44:59 +01:00
.gitignore Migrate docs to Astro Starlight 2026-06-03 17:45:40 +01:00
astro.config.ts Customise theme 2026-06-04 23:57:17 +01:00
LICENSE Migrate docs to Astro Starlight 2026-06-03 17:45:40 +01:00
package.json Update dependencies 2026-06-04 20:30:36 +01:00
pnpm-lock.yaml Update dependencies 2026-06-04 20:30:36 +01:00
pnpm-workspace.yaml Migrate docs to Astro Starlight 2026-06-03 17:45:40 +01:00
README.md Add build instructions to README 2026-06-03 17:52:37 +01:00
tsconfig.json Migrate docs to Astro Starlight 2026-06-03 17:45:40 +01:00

NC Design

This repository holds the design specification for the NC programming language.

Build instructions

You'll need pnpm and Node.js.

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/.