Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephane-klein/poc-meilisearch-blog-sveltekit
https://github.com/stephane-klein/poc-meilisearch-blog-sveltekit
meilisearch poc svelte sveltekit
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephane-klein/poc-meilisearch-blog-sveltekit
- Owner: stephane-klein
- Created: 2023-06-21T13:40:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T20:19:07.000Z (4 months ago)
- Last Synced: 2024-08-21T22:33:56.555Z (4 months ago)
- Topics: meilisearch, poc, svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 5.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POC Meilisearch Blog SvelteKit
Context: https://github.com/stephane-klein/backlog/issues/244
```sh
$ docker-compose up -d
$ asdf install
$ pnpm install
$ ./init.js
$ pnpm run dev
```Go to http://127.0.0.1:7700/ to play with the search engine.
Go to http://localhost:5173/ to play with SvelteKit app.
Screencast:
![](./screencasts/screencast1.gif)
```sh
$ pnpm run testPASS src/parser.test.js
✓ adds 1 + 2 to equal 3 (1 ms)Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.255 s
Ran all test suites.
```