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

@dialpad/dialtone

Package Overview
Dependencies
Maintainers
6
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialpad/dialtone

The design system for Dialpad and UberConference

  • 4.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
749
decreased by-28.39%
Maintainers
6
Weekly downloads
 
Created
Source

Dialpad Design

Dialpad Design is the home for Dialtone, Dialpad's design system. It includes the resources needed to create consistent, predictable interfaces that conform to Dialpad’s design principles, language, styles, and best practices.

This is under construction.

Building Dialtone locally

Here's how to build Dialtone locally:

Install Ruby via Homebrew:

In order to run Jekyll, you will need a full Ruby development environment. If you don't have this, install Ruby using Homebrew with the steps below. If you already have a Ruby environment installed, move on to the next step.

brew install ruby
brew install brew-gem
brew gem install bundler

Clone the repo

First download the repo to your machine:

// SSH
git clone git@github.com:dialpad/dialtone.git

// HTTPS
git clone https://github.com/dialpad/dialtone.git

Then cd into the Dialtone directory:

cd /dialtone

Install Gulp

This assumes Node and NPM are already installed. If you don't have these installed, please install those first. If you do have Node and NPM installed, proceed with installing gulp:

npm install gulp

Install Bundler & Jekyll

Dialtone currently uses Jekyll, a static HTML generator, to build its documentation. Use Bundler to install Jekyll and its dependencies.

  • Switch to the docs folder in the Dialtone directory. cd docs
  • Install Bundler and Jekyll: gem install jekyll bundler
  • Install the Bundle: bundle install

Building Dialtone

Once everything is installed, navigate back out of the docs folder (cd ../) and start your server by typing the following command:

gulp watch

If you only want to build Dialtone, but don't want to start the server, type;

gulp

Dialtone should now be available at http://localhost:4000

Questions?

If you have a question, please feel free to open an issue.

FAQs

Package last updated on 25 Nov 2019

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