/design-system

Implementations of the Prenda Design System (PDS).

Primary LanguageTypeScriptOtherNOASSERTION

Prenda Design System logo

Prenda Design System

Implementations of the Prenda Design System, intended for use in Prenda software applications.

Contributors Conventional Commits Semantic Release Figma Nx Build State

Installation

Implementations are available as installable NPM packages:

Usage

Here is an example to get you started.

Documentation

TODO

Contributing

TODO

Updating

Read the changelog of each library to address breaking changes and learn about new features and fixes.

No license

Copyright (C) 2021 Prenda, Inc. -- All Rights Reserved

This project is not licensed. Prenda, Inc. is the copyright holder and retains all rights to the source code, and no one may reproduce, distribute, or create derivative works of this project.

About

This project was generated using Nx.

Prenda Design System is designed using Figma application, but is not affiliated with Figma in any way.

More on Nx

Running tasks

To execute tasks with Nx use the following syntax:

nx <target> <project> <...options>

You can also run multiple targets:

nx run-many -t <target1> <target2>

..or add -p to filter specific projects

nx run-many -t <target1> <target2> -p <proj1> <proj2>

Targets can be defined in the package.json or projects.json. Learn more in the docs.

Want better Editor Integration?

Have a look at the Nx Console extensions. It provides autocomplete support, a UI for exploring and running tasks & generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.