Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Arce <arceprogramando@gmail.com>
  • Loading branch information
Phosphorus-M and arceprogramando committed May 1, 2024
1 parent c21cff9 commit f3b5c7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ bin-features = ["ssr"]
# The tailwind input file.
#
# Optional, Activates the tailwind build
# tailwind-input-file = "input.css"
tailwind-input-file = "input.css"

# The tailwind config file.
#
# Optional, defaults to "tailwind.config.js" which if is not present
# is generated for you
# tailwind-config-file = "tailwind.config.js"
tailwind-config-file = "tailwind.config.js"

# If the --no-default-features flag should be used when compiling the bin target
#
Expand Down
1 change: 1 addition & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ args = ["leptos", "serve", "-r"]
script.pre = "npx tailwind -i input.css -o style/output.css"

[tasks.serve]
dependencies = ["prebuild"]
install_crate = { crate_name = "cargo-leptos", binary = "cargo", test_arg = [
"leptos",
"--version",
Expand Down
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
antes de empezar tienes que instalar estos programas
- [Rust](https://rust-lang.org/tools/install)
- [NodeJs](https://nodejs.org)
- [Trunk](https://trunkrs.dev/)

## Requisitos Windows >= 10
- [BusyBox](https://busybox.net/)
Expand Down Expand Up @@ -39,15 +38,9 @@ rustup target add wasm32-unknown-unknown
```bash
npm install
```
```sh
trunk build
```
```sh
trunk serve --open
```
```sh
# Or more verbose
trunk --config Trunk.toml serve --verbose --open
```bash
cargo install cargo-make
cargo make serve
```

## Configura tu VSCode
Expand Down

0 comments on commit f3b5c7e

Please sign in to comment.