Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.19 KB

README.md

File metadata and controls

46 lines (40 loc) · 1.19 KB

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,