Custom, personalised search engine to redirect to your favourite sites.
-
Fork this repository
-
Make your changes to
config.js
-
Set up GitHub pages, using your default branch
-
Set the GitHub pages link as your default search engine with the parameter
?q=%s
, for example in Google Chrome -
Enjoy!
Development of this repository is very simple.
Simply open index.html
in your web browser during development!
If you want a slightly more production experience, you can try npx serve .
if you have npx
installed.
Please make use of the prettier code formatter with the .prettierrc
configuration provided.
npx prettier --write .