Skip to content

RustLangES/RustLangES.github.io

Repository files navigation

image

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

Desarrollo

Note

You need run git submodule update --init --recursive to get external assets for development generation Now you can run:

trunk serve

Requisitos

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,