https://github.com/prinorange/seaquence
Seaquence is the markdown document parsing and searching service implement.
https://github.com/prinorange/seaquence
Last synced: 2 months ago
JSON representation
Seaquence is the markdown document parsing and searching service implement.
- Host: GitHub
- URL: https://github.com/prinorange/seaquence
- Owner: PrinOrange
- Created: 2024-12-23T01:57:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T08:07:36.000Z (over 1 year ago)
- Last Synced: 2026-02-02T08:43:00.193Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# document-search-server
To install dependencies:
```bash
bun install
```
Then run the project.
```bash
bun run start
```