Small personal start page, for home screen or new tab purposes. Currently supports:
- Searching with multiple search engines.
- Quick access to a list of sites.
- Current weather information.
Clone the repository:
git clone https://github.com/saniru/startpage.gitInstall the dependencies:
npm installLoad the default data files:
npm run load-defaultsEdit the resulting pages.json, search_engines.json, weather.json files to your liking.
Run the server:
npm run serve