Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.2 KB

Startpage

Startpage Startpage group mode

Simple startpage.

Usage

  1. Modify the links and icons in index.js.
  2. Host the site on a webserver.
  3. Set the Browser specific "new tab page" setting to your url.

Test local changes

To test changes locally the build in development servers of many languages can be used.

Python

python3 -m http.server 8080 --bind 127.0.0.1

PHP

php -S 127.0.0.1:8000

Ruby

ruby -run -ehttpd . -p8000

Sources

Inspired by: