New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appsignal/design-system

Package Overview
Dependencies
Maintainers
9
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/design-system

## Install

  • 13.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

Design System

Install

  1. Add the design systen to your app: $ yarn add appsignal/design-system
  2. Add the CSS bundle to your Webpack entry point: import "@appsignal/design-system"
  3. Ensure you have publicPath: "/" setup in our output for webpack. See: https://webpack.js.org/guides/public-path/
  4. Done

Development

When you're working on the design system it is usually nice to see the changes that you made right away without having to push to GitHub first. You can do so with yarn link.

  1. Clone the design system repo to your machine and cd to the folder
  2. Run yarn install
  3. Run yarn link

The package is now available to be linked in other applications:

  1. Go to the project where you want to link this package in
  2. Run yarn link @appsignal/design-system

When you make changes to the design system, you need to build a new version so the projects that consume this package can actually use this.

While developing, the easiest way to build a new version is by running yarn build:watch. If you only want to build, but not watch for changes you can use yarn build.

When you make a change, please make sure this gets added to the Changelog.

Release a new version

  1. Create a new tag from main: $ git tag -a VERSION
  2. Push tag to GitHub: $ git push origin VERSION
  3. Create a new package for NPM: $ npm publish

FAQs

Package last updated on 13 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc