Skip to content

Commit 8e614bb

Browse files
committed
use repress
1 parent 90e47b6 commit 8e614bb

File tree

471 files changed

+2540
-14039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

471 files changed

+2540
-14039
lines changed

.github/workflows/mdbook.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ Cargo.lock
1515

1616
/book/*
1717

18-
**/.DS_Store
18+
**/.DS_Store
19+
20+
/doc_build
21+
/node_modules
22+
23+
package-lock.json

README.md

Lines changed: 29 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,29 @@
1-
<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif">
2-
<header style="text-align: center">
3-
<div
4-
style="display: flex; align-items: center; justify-content: center"
5-
>
6-
<h1
7-
style="
8-
margin: 32px 0;
9-
width: fit-content;
10-
color: transparent;
11-
font-size: 78px;
12-
font-weight: 700;
13-
letter-spacing: 4px;
14-
background: linear-gradient(90deg, #ed5103, #ff8142);
15-
background-clip: text;
16-
-webkit-background-clip: text;
17-
"
18-
>
19-
Rust
20-
</h1>
21-
</div>
22-
<h2
23-
style="
24-
color: #f56922;
25-
font-size: 42px;
26-
font-weight: 700;
27-
margin: 8px 0;
28-
letter-spacing: 4px;
29-
"
30-
>
31-
Front End Framework
32-
</h2>
33-
</header>
34-
<center>
35-
<p style="font-size: 24px; letter-spacing: 2px; margin: 32px 0">
36-
Revolutionize front-end with Rust
37-
</p>
38-
</center>
39-
</div>
1+
# Rspress Website
2+
3+
## Setup
4+
5+
Install the dependencies:
6+
7+
```bash
8+
npm install
9+
```
10+
11+
## Get Started
12+
13+
Start the dev server:
14+
15+
```bash
16+
npm run dev
17+
```
18+
19+
Build the website for production:
20+
21+
```bash
22+
npm run build
23+
```
24+
25+
Preview the production build locally:
26+
27+
```bash
28+
npm run preview
29+
```

book.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/public/genui.png

48.8 KB
Loading

docs/public/quickstart/home.png

25.6 KB
Loading
49.6 KB
Loading
56.5 KB
Loading

docs/public/roadmap1.png

249 KB
Loading

docs/public/roadmap2.png

164 KB
Loading

0 commit comments

Comments
 (0)