Skip to content

design-tokens/designtokens.org

Repository files navigation

designtokens.org

Work in progress - public contributions aren't accepted for the moment.

Quick start

  1. Clone this repository
  2. In a terminal, cd into this directory

To run the website locally:

  1. Run npm install (if the install fails, run rm -rf node_modules and try again)
  2. Run npm start

Deploying the site

Changes to main are automatically deployed to https://www.designtokens.org.

Editing the code

Using VS Code is recommended.

To benefit from the best linting and on-save formatting experience, install the recommended extensions for the workspace, which are available as shown below:

Recommended extensions