https://github.com/apify/docs-search-modal
Custom Algolia search modal for Apify Documentation.
https://github.com/apify/docs-search-modal
Last synced: 8 months ago
JSON representation
Custom Algolia search modal for Apify Documentation.
- Host: GitHub
- URL: https://github.com/apify/docs-search-modal
- Owner: apify
- License: mit
- Created: 2023-08-08T12:25:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T14:12:20.000Z (over 1 year ago)
- Last Synced: 2025-02-16T16:19:53.881Z (over 1 year ago)
- Language: TypeScript
- Size: 335 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @apify/docs-search-modal
This project contains a React component that renders a search modal for Apify documentation (using **Algolia's Autocomplete**).
In case you want to create something similar for your project, feel free to check out the source code [on GitHub](https://github.com/apify/docs-search-modal)!
## Development
To start the development server, run:
```bash
yarn
cd web
yarn
yarn dev
```
The server will run on `http://localhost:5173`.
HMR is enabled by default, so you can see the changes you make in the search modal code in real-time.