Skip to content

Commit

Permalink
Merge pull request #76 from tweedegolf/readme-update
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
tdittr authored Nov 1, 2024
2 parents d0a3ff6 + b1bc097 commit f2ec0d7
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A WIP alternative search for crates on awesome embedded Rust.

Please don't judge my web skills... I usually write embedded code.

# Collecting the data
# Running the project

Fetch the db-dump from [crates.io](https://crates.io):

Expand All @@ -16,4 +16,22 @@ Run the backend to extract the data:

```bash
cargo run --release --bin read-driver-db
```
```

Copy the output to the frontend:

```bash
cp full-crate-db.json frontend/src/
```

Install frontend dependencies:

```bash
npm install --prefix frontend
```

Run the frontend:

```bash
npm run dev --prefix frontend
```

0 comments on commit f2ec0d7

Please sign in to comment.