Git Product home page Git Product logo

rustlanges.github.io's Introduction

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
cargo install cargo-make
cargo make serve

For do a commit:

cargo install rusty-hook
cargo install leptosfmt --version 0.1.13

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
}

Summary

This project uses a custom branch of Leptos to be able to directly serve the output directory as a static website.

cargo make serve serves the div directory with watch mode and hot-reload enabled. cargo make build builds the project in release. The output will be in the dist directory and the command will not serve it, but quit instead. cargo make fmt formats with rustfmt and leptosfmt.

rustlanges.github.io's People

Contributors

arceprogramando avatar brayan-724 avatar crawkatt avatar dependabot[bot] avatar fiammamuscari avatar lemin-n avatar linuxmobile avatar lsproule avatar michaelcardoza avatar ph4un00b avatar phosphorus-m avatar sergioribera avatar velascoandres avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rustlanges.github.io's Issues

Añadir más campos al Struct CommunityItem

Creo que sería buena idea añadirle más campos alternativos al Struct CommunityItem en caso de añadir comunidades que tengan más de un solo link (Sitios web oficiales, Servers de Discord, grupos de Telegram, otras redes sociales, etc) así podríamos añadir todos en uno para cada comunidad si esta lo necesita. Pensaba en añadir más campos y luego implementar un Default para los casos en donde no haga falta rellenar todos los campos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.