Skip to content

A browser start page that looks like BIOS screen, with arrow key navigation

License

Notifications You must be signed in to change notification settings

custom-start-page/bios

 
 

Repository files navigation

Start page BIOS

A start page that looks like BIOS screen.

Screenshot

Getting Started

The page can be built locally.

Prerequisite

  1. npm or yarn to install the dependencies
  2. gulp to compile the HTML file
  3. webpack to compile the JS and CSS

Installation

  1. Run npm install or yarn install

Development

To develop it on your local machine, run:

$ gulp

meanwhile on another terminal:

$ npm run serve

You can see the page from http://localhost:8080 or http://localhost:8080/webpack-dev-server/.

Deployment

You can pack this start page as a Chrome extension for new tabs.

$ gulp build
$ webpack -p

You will find inside /output there are 3 files, index.html, bundle.js, and manifest.json. To pack the page as an extension, follow the official guide.

About

A browser start page that looks like BIOS screen, with arrow key navigation

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 75.9%
  • CSS 19.0%
  • HTML 5.1%