Read-only. NurOS design system for web projects.
- Astro 45.1%
- MDX 38%
- CSS 11.1%
- TypeScript 3.4%
- JavaScript 2.4%
| public | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| LICENSE-AGPL-3.0-only | ||
| LICENSE-CC-BY-SA-4.0 | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Nupek
NurOS design system for web projects: tokens, components, and accessibility rules in one place, at nupek.nuros.org.
Commands
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start the local dev server at localhost:4321 |
npm run build |
Build the static site to ./dist/ |
npm run preview |
Preview the production build locally |
npm run astro check |
Type-check and diagnose Astro files |
Licensing
Code (.astro, .ts, .js, .css, config files) is AGPL-3.0-or-later. Guide content (src/content/**/*.mdx) is CC-BY-SA-4.0. Every file carries its own SPDX header.