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

https://github.com/swz-git/seary

SearX Frontend in svelte
https://github.com/swz-git/seary

Last synced: 8 months ago
JSON representation

SearX Frontend in svelte

Awesome Lists containing this project

README

          

# seary

SearX Frontend in svelte

## Install

```bash
npx degit swz-gh/svelte-template
cd svelte-template
yarn # or npm install
```

## Development

```bash
yarn dev
```

Open your browser to

## Build for production

```bash
yarn build
```

Deploy the `public/` directory.