Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

viktorstrate/better-startpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better Startpage

A better startpage for your browser

Better Startpage is a web extension that enhances the default start page of the browser.

screenshot

Development

To build the project, clone it and run the following commands

$ yarn install
$ yarn start

Or the following, if you're using NPM

$ npm install
$ npm run start

A new directory will be created called dist, containing the built extension. In your browser, load it as an unpacked extension, by enabling addon developer mode, and selecting the dist/manifest.json file.

Building for production

To build the extension for production, run one of the following command

$ yarn build
$ npm run build

To bundle the extension into a .zip file, after you have built it, run the following command

$ yarn bundle
$ npm run bundle

The extension can then be found in the ./web-ext-artifacts directory