Skip to content

aziis98/dashboard-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Tab Dashboard

screenshot

A simple custom new tab chrome extension

Usage

Enable Chrome to load unpacked extensions, then run npm run build:extension and load the generated extension.local/ folder as an extension.

Development

$ npm run dev

Production

To put on website on its own run and serve the dist/ folder

$ npm run build