Skip to content

Commit f2ec0d7

Browse files
authored
Merge pull request #76 from tweedegolf/readme-update
Updated README
2 parents d0a3ff6 + b1bc097 commit f2ec0d7

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A WIP alternative search for crates on awesome embedded Rust.
44

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

7-
# Collecting the data
7+
# Running the project
88

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

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

1717
```bash
1818
cargo run --release --bin read-driver-db
19-
```
19+
```
20+
21+
Copy the output to the frontend:
22+
23+
```bash
24+
cp full-crate-db.json frontend/src/
25+
```
26+
27+
Install frontend dependencies:
28+
29+
```bash
30+
npm install --prefix frontend
31+
```
32+
33+
Run the frontend:
34+
35+
```bash
36+
npm run dev --prefix frontend
37+
```

0 commit comments

Comments
 (0)