Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@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
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 0 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.