Read-only. NurOS design system for web projects.
This repository has been archived on 2026-08-23. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Astro 45.1%
  • MDX 38%
  • CSS 11.1%
  • TypeScript 3.4%
  • JavaScript 2.4%
Find a file
2026-07-23 23:37:27 +05:00
public initial commit 2026-07-23 23:37:27 +05:00
src initial commit 2026-07-23 23:37:27 +05:00
.gitignore initial commit 2026-07-23 23:37:27 +05:00
astro.config.mjs initial commit 2026-07-23 23:37:27 +05:00
LICENSE-AGPL-3.0-only initial commit 2026-07-23 23:37:27 +05:00
LICENSE-CC-BY-SA-4.0 initial commit 2026-07-23 23:37:27 +05:00
package-lock.json initial commit 2026-07-23 23:37:27 +05:00
package.json initial commit 2026-07-23 23:37:27 +05:00
README.md initial commit 2026-07-23 23:37:27 +05:00
tsconfig.json initial commit 2026-07-23 23:37:27 +05:00

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.