Esta es la web de jaquee digital version final
Find a file
2026-01-07 22:35:43 +01:00
public Web Jaque Digital 2026-01-07 22:35:43 +01:00
src Web Jaque Digital 2026-01-07 22:35:43 +01:00
.gitignore Web Jaque Digital 2026-01-07 22:35:43 +01:00
astro.config.mjs Web Jaque Digital 2026-01-07 22:35:43 +01:00
deno.lock Web Jaque Digital 2026-01-07 22:35:43 +01:00
DEVELOPMENT.md docs: add todo an development documentation 2025-10-03 09:04:37 +02:00
et --hard e3b2771 El commit 2025-11-20 10:34:41 +01:00
package-lock.json Web Jaque Digital 2026-01-07 22:35:43 +01:00
package.json Web Jaque Digital 2026-01-07 22:35:43 +01:00
README.md Start Astro Web Jaque 2025-09-24 13:45:00 +02:00
tailwind.config.js intento de cambio de tamsaños de pantalla tailwind+ global.css 2025-10-31 13:29:56 +01:00
TODO.md docs: actualice todo componets do it 2025-10-07 12:34:50 +02:00
tsconfig.json Start Astro Web Jaque 2025-09-24 13:45:00 +02:00

Jaque-Digital-WEB Astro

Instalación

  1. Clone repository:
    git clone https://github.com/Victor-Marmol/Jaque-Digital-WEB.git
     cd Jaque-Digital-WEB
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI