SonarSource / echoes-react

A React implementation of Echoes, Sonar's design system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echoes-react

A React implementation of Echoes, Sonar's Design System.

Local Development

VSCode Configuration

We recommend VSCode to work on this project. There is a .vscode folder containing:

  • A list of recommended extensions
    • Install them through the marketplace
  • A template for necessary (and recommended) settings: settings.template.json
    • Copy it and save it as settings.json
    • You must open the project directly. Adding its folder in an existing workspace might not work, as the typescript configuration must be defined at workspace level.

Run storybook

Use the following command to run both the build watcher and the storybook server in dev mode:

yarn dev

Tests

To run tests, run:

yarn test

Build

To build the lib, run:

yarn build

Deployment

TODO

About

A React implementation of Echoes, Sonar's design system.

License:GNU Lesser General Public License v3.0


Languages

Language:TypeScript 84.0%Language:CSS 7.8%Language:JavaScript 6.6%Language:Shell 1.4%Language:Dockerfile 0.2%Language:Starlark 0.0%