File tree 2 files changed +25
-22
lines changed
2 files changed +25
-22
lines changed Original file line number Diff line number Diff line change
1
+ <div align =" right " >
2
+ <a href =" ./README_EN.md " >EN</a >
3
+ </div >
4
+
1
5
# Ruta de Aprendizaje de Rust en Español
6
+ Esta es la ruta de Aprendizaje de Rust hecho por la comunidad de [ RustLangES] ( https://rustlang-es.org )
2
7
3
8
## Setup
4
9
5
- Make sure to install the dependencies:
6
-
7
10
``` bash
8
- # npm
9
- npm install
10
-
11
- # pnpm
12
- pnpm install
13
-
14
- # yarn
15
- yarn install
16
-
17
11
# bun
18
12
bun install
19
13
```
20
14
21
15
## Development Server
22
16
23
- Start the development server on ` http://localhost:3000 ` :
24
-
25
17
``` bash
26
- # npm
27
- npm run dev
28
-
29
- # pnpm
30
- pnpm run dev
31
-
32
- # yarn
33
- yarn dev
34
-
35
18
# bun
36
19
bun run dev
37
20
```
Original file line number Diff line number Diff line change
1
+ <div align =" right " >
2
+ <a href =" ./README.md " >ES</a >
3
+ </div >
4
+
5
+ # Rust Learning Path in English
6
+ This is the Rust Learning Path made by the [ RustLangES] ( https://rustlang-es.org ) community
7
+
8
+ ## Setup
9
+
10
+ ``` bash
11
+ # bun
12
+ bun install
13
+ ```
14
+
15
+ ## Development Server
16
+
17
+ ``` bash
18
+ # bun
19
+ bun run dev
20
+ ```
You can’t perform that action at this time.
0 commit comments