We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0a3ff6 + b1bc097 commit f2ec0d7Copy full SHA for f2ec0d7
README.md
@@ -4,7 +4,7 @@ A WIP alternative search for crates on awesome embedded Rust.
4
5
Please don't judge my web skills... I usually write embedded code.
6
7
-# Collecting the data
+# Running the project
8
9
Fetch the db-dump from [crates.io](https://crates.io):
10
@@ -16,4 +16,22 @@ Run the backend to extract the data:
16
17
```bash
18
cargo run --release --bin read-driver-db
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
30
+npm install --prefix frontend
31
32
33
+Run the frontend:
34
35
36
+npm run dev --prefix frontend
37
0 commit comments