Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 743 Bytes

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