A terminal-style startpage for all your browsing-related needs!
TL;DR: why not?
- Install dependencies:
npm install
- Build the project:
npm build
- Run the server:
npm start
- (Optional) setup a proxy to enable Google search autocomplete:
npm i -g local-cors-proxy
lcp --proxyUrl https://suggestqueries.google.com/
You can then use tab to cycle through / select suggestions.
Here's a sample of the config.json
file:
{
"bioUrl": "https://github.com/Destaq/Destaq/blob/master/README.md",
"social": {
"github": "Destaq",
"linkedin": "simon-ilincev"
},
"theme": "gruvboxdark"
// full list in themes.json
}
Here's a list of available themes.
Feel free to open pull requests or log issues!
Adapted from Yassine Fathi's project.