File tree 2 files changed +23
-10
lines changed
2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ end2end/playwright-report/
19
19
playwright /.cache /
20
20
pnpm-lock.yaml
21
21
.idea /
22
+ settings.json
Original file line number Diff line number Diff line change 6
6
<img alt =" GitHub Workflow Status (with event) " src =" https://img.shields.io/github/actions/workflow/status/RustLangES/RustLangES.github.io/gh-pages.yml?label=deploy " />
7
7
</p >
8
8
9
+ ## Requisitos
10
+ antes de empezar tienes que instalar estos programas
11
+ - [ Rust] ( https://rust-lang.org/tools/install )
12
+ - [ NodeJs] ( https://nodejs.org )
13
+ - [ Trunk] ( https://trunk.dev )
14
+
15
+
16
+
17
+
9
18
## Desarrollo
10
19
> [ !NOTE]
11
- > You need run ` git submodule update --init --recursive ` to get external assets for development generation
20
+ > necesitas fetch git submodules para clonar los assets externos para el desarrollo
21
+
22
+ ``` sh
23
+ git submodule update --init --recursive
24
+ ```
25
+
26
+
12
27
Now you can run:
13
28
``` sh
14
29
trunk serve
15
30
```
16
-
17
- ## Requisitos
18
- - [ Rust] ( https://rust-lang.org/tools/install )
19
- - [ NodeJs] ( https://nodejs.org )
20
- ``` bash
21
- npm install -D tailwindcss
31
+ ``` bash
32
+ npm install
22
33
```
23
- - [Trunk](https://trunk.dev)
24
-
25
34
# # Configura tu VSCode
26
35
Agrega esto en tu ` settings.json`
27
36
28
37
` ` ` json
38
+ {
29
39
" emmet.includeLanguages" : {
30
40
" rust" : " html" ,
31
41
" *.rs" : " html"
@@ -42,5 +52,7 @@ Agrega esto en tu `settings.json`
42
52
" comments" : " on" ,
43
53
" strings" : true
44
54
},
45
- " css.validate" : false,
55
+ " css.validate" : false
56
+ }
46
57
` ` `
58
+
You can’t perform that action at this time.
0 commit comments