Skip to content

CrawKatt/RustLangES.github.io

This branch is 186 commits behind RustLangES/RustLangES.github.io:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

460f6d0 · Nov 30, 2023
Nov 18, 2023
Aug 24, 2023
Aug 23, 2023
Sep 3, 2023
Nov 30, 2023
Nov 15, 2023
Nov 6, 2023
Oct 30, 2023
Sep 3, 2023
Oct 14, 2023
Oct 16, 2023
Oct 31, 2023
Aug 23, 2023
Sep 3, 2023
Oct 31, 2023
Oct 31, 2023
Sep 3, 2023
Aug 29, 2023
Sep 25, 2023
Sep 25, 2023
Nov 30, 2023
Aug 25, 2023
Aug 29, 2023
Aug 30, 2023
Aug 30, 2023
Sep 1, 2023
Aug 29, 2023
Aug 25, 2023

Repository files navigation

image

GitHub Workflow Status (with event) GitHub Workflow Status (with event)

Requisitos Generales

antes de empezar tienes que instalar estos programas

Requisitos Windows >= 10

  • BusyBox
    • try: scoop install busybox
    • try: choco install busybox

Desarrollo

Note

necesitas fetch git submodules para clonar los assets externos para el desarrollo

git submodule update --init --recursive

Now you can run:

rustup toolchain install nightly
rustup default nightly
rustup target add wasm32-unknown-unknown
npm install
trunk build
trunk serve --open
# Or more verbose
trunk --config Trunk.toml serve --verbose --open

Configura tu VSCode

Agrega esto en tu settings.json

{
  "emmet.includeLanguages": {
    "rust": "html",
    "*.rs": "html"
  },
  "tailwindCSS.includeLanguages": {
      "rust": "html",
      "*.rs": "html"
  },
  "files.associations": {
      "*.rs": "rust"
  },
  "editor.quickSuggestions": {
    "other": "on",
    "comments": "on",
    "strings": true
  },
  "css.validate": false
}

About

Sitio web de la comunidad RustLangES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 43.5%
  • CSS 42.0%
  • Nix 5.8%
  • HTML 4.1%
  • TypeScript 3.2%
  • JavaScript 1.4%