Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thutterer/searchsurge


https://github.com/thutterer/searchsurge

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# SearchSurge

[SearchSurge](https://my-search.surge.sh) makes it easy to tweak your search results with operators like `(site:stackoverflow.com || site:github.com)`.
Chaining many of these operators gives you search superpowers, but it's also a handful to type each time you want to allow or block many sites.
With SearchSurge, you can manage your allowed and blocked sites with ease, switch between search modes and decide which search engine to use.

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Run your end-to-end tests
```
yarn test:e2e
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).