blob: aee4671d2b4c347d778a03c8a99a752542e9c248 (
plain) (
tree)
|
|
# OSSE (Overly Simple Searche Engine) (Oh-Si)
An attempt to make a "functional" search engine while learning Rust :^)
## Building
### 1. Setup your environment
#### With Nix:
```
$ nix develop
```
or
```
$ nix-shell shell.nix
```
#### Otherwise:
Install cargo through your preferred method.
### 2. Run!
```
$ trunk serve frontend/index.html
$ cargo run --bin indexer
$ cargo run --bin crawler
```
|