System requirements: Node.js (recommended: NVM).
npm install
npm run build:decisions
Inside of your Designer Decisions project, you will find the following folders and files:
.
├── data/
│ ├── color/
│ ├── space/
│ └── typography/
├── scripts/
│ └── build-decisions.js/
├── package.json
└── tsconfig.json
Design decisions are loaded from the data/
directory.
You can validate all data by running the build:decisions
script. It reports all validation errors and broken references.
npm run build:decisions
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm run build:decisions |
Validate design decisions in ./data/ |
We are an open collective of people dedicated to the design and software crafts: UX, design, code, web, 3d, audio, the works. Learn more about us and our projects at Noodlestan.org.
👐 Your contribution is welcome! 👐
If would like to share your ideas, report a bug, ask for improvements - or simply say hi! 👋 - don't hesitate to join us on Noodlestan's Discord or to drop us a line at [email protected]
.
Copyright (c) 2024 Noodlestan.
Published under a MIT license.