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
7
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialpad/dialtone - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

lib/less/dialtone-globals.less

2

package.json
{
"name": "@dialpad/dialtone",
"description": "The design system for Dialpad and UberConference",
"version": "3.1.0",
"version": "3.2.0",
"author": "Joshua Hynes",

@@ -6,0 +6,0 @@ "files": [

@@ -7,4 +7,61 @@ # Dialpad Design

## Have a question?
## Building Dialtone locally
If you have a question, please feel free to [open an issue](https://github.com/dialpad/design/issues/new).
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
```
Dialtone should now be available at `http://localhost:4000`
## Questions?
If you have a question, please feel free to [open an issue](https://github.com/dialpad/dialtone/issues/new).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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