easy-speed-dial
easy-speed-dial copied to clipboard
Easy Speed Dial is a browser extension that replaces the new tab page with a colorful grid of your bookmarks and folders.

Easy Speed Dial
Easy Speed Dial is a browser extension that replaces the new tab page with a colorful grid of your bookmarks and folders.
Live Demo
https://demo.easyspeeddial.com/
Installation
Clone the repo
git clone https://github.com/lucaseverett/easy-speed-dial.git
Install packages
npm install
Usage
Start dev server
npm run dev
Run tests once
npm run test
Run tests and watch for changes
npm run test:watch
Linting
Lint with ESLint
npm run lint
Format with Prettier
npm run format
Building
Build web demo
npm run build
Preview web build
npm run preview
Build Chrome
npm run build:chrome
Build Firefox
npm run build:firefox