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
- Host: GitHub
- URL: https://github.com/swz-git/seary
- Owner: swz-git
- License: mit
- Created: 2022-05-10T20:58:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T21:35:58.000Z (about 4 years ago)
- Last Synced: 2025-02-17T12:15:48.900Z (over 1 year ago)
- Language: Svelte
- Homepage: seary.vercel.app
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.