TheManFromEarth1 / web-launcher

A material design dashboard that replaces your new tab page.

Home Page:https://web-launcher.github.io/web-launcher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Launcher

A material design dashboard that replaces your new tab page.

Getting Started

Web Launcher is supported in multiple browsers and has a demo you can look at before installing.

Demo Chrome Edge Firefox
Demo Chrome Edge Firefox

Development

Nodejs and npm must be installed before starting.

Install necessary packages by running npm ci in the project's root directory.

Building

Web Launcher has several build scripts used for different platforms.

Web

To build, run npm run build:web in the project's root directory. An index.html file will be generated in the ./dist directory. You can open that in a browser to view the product.

Chrome

To generate the chrome extension, run npm run build:chrome in the project's root directory. The results are in the ./dist/chrome directory.

Firefox

To generate the firefox extension, run npm run build:firefox in the project's root directory. The results are in the ./dist/firefox directory.

Develop

To start development, run npm dev in the project root directory. This will create a local server in which you can view the project from a browser. Any changes from the source files in the ./src directory, will automatically reload the page.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

About

A material design dashboard that replaces your new tab page.

https://web-launcher.github.io/web-launcher/

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.1%Language:HTML 0.8%Language:CSS 0.1%