mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
20 lines
383 B
Markdown
20 lines
383 B
Markdown
# Rust Search Extension
|
|
|
|
The docs and website of Rust Search Extension.
|
|
|
|
## Get started
|
|
|
|
1. Install [zola](https://www.getzola.org/)
|
|
|
|
See zola's [installation documentation](https://www.getzola.org/documentation/getting-started/installation/).
|
|
|
|
2. Build
|
|
|
|
```sh
|
|
$ cd docs && zola serve
|
|
Web server is available at http://127.0.0.1:1111
|
|
```
|
|
|
|
3. Open browser
|
|
|
|
Open http://127.0.0.1:1111
|