Skip to content

Boilerplate for Designer Decisions data validations and transformations

Notifications You must be signed in to change notification settings

noodlestan/designer-boilerplate-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Designer Decisions Minimal Boilerplate

Getting started

System requirements: Node.js (recommended: NVM).

npm install
npm run build:decisions

Project Structure

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

Authoring decisions

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

Designer Decisions Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm run build:decisions Validate design decisions in ./data/

Learn more

Noodlestan 🐘 Collective

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

MIT License

Copyright (c) 2024 Noodlestan.

Published under a MIT license.

About

Boilerplate for Designer Decisions data validations and transformations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published