Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@dialpad/dialtone
Advanced tools
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.
Here's how to build Dialtone locally:
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
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
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
Dialtone currently uses Jekyll, a static HTML generator, to build its documentation. Use Bundler to install Jekyll and its dependencies.
docs
folder in the Dialtone directory. cd docs
gem install jekyll bundler
bundle install
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
If you have a question, please feel free to open an issue.
FAQs
Dialpad's Dialtone design system monorepo
The npm package @dialpad/dialtone receives a total of 597 weekly downloads. As such, @dialpad/dialtone popularity was classified as not popular.
We found that @dialpad/dialtone demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.