No description
  • Astro 74.8%
  • TypeScript 21.1%
  • JavaScript 2.2%
  • CSS 1.4%
  • HTML 0.3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-23 22:09:00 +02:00
.vscode Initial commit 2025-12-24 17:06:07 +01:00
nginx Initial commit from Astro 2025-12-14 14:14:24 +01:00
public actualiza estatutos 2026-04-02 16:03:48 +02:00
src Añadir enlace 2026-09-12 18:25:52 +02:00
vendor Initial commit from Astro 2025-12-14 14:14:24 +01:00
.dockerignore Initial commit from Astro 2025-12-14 14:14:24 +01:00
.editorconfig Initial commit from Astro 2025-12-14 14:14:24 +01:00
.gitignore Initial commit from Astro 2025-12-14 14:14:24 +01:00
.npmrc Initial commit from Astro 2025-12-14 14:14:24 +01:00
.prettierignore Initial commit from Astro 2025-12-14 14:14:24 +01:00
.prettierrc.cjs Initial commit from Astro 2025-12-14 14:14:24 +01:00
.stackblitzrc Initial commit from Astro 2025-12-14 14:14:24 +01:00
astro.config.ts activa ssr 2026-02-09 20:47:16 +01:00
docker-compose.yml Initial commit from Astro 2025-12-14 14:14:24 +01:00
Dockerfile Initial commit from Astro 2025-12-14 14:14:24 +01:00
eslint.config.js Initial commit from Astro 2025-12-14 14:14:24 +01:00
LICENSE.md Initial commit from Astro 2025-12-14 14:14:24 +01:00
netlify.toml Initial commit from Astro 2025-12-14 14:14:24 +01:00
package-lock.json Initial commit from Astro 2025-12-14 14:14:24 +01:00
package.json activa ssr 2026-02-09 20:47:16 +01:00
README.md Modificar README para que sea mínimamente explicativo 2026-09-23 22:06:59 +02:00
sandbox.config.json Initial commit from Astro 2025-12-14 14:14:24 +01:00
tailwind.config.js Initial commit from Astro 2025-12-14 14:14:24 +01:00
tsconfig.json Initial commit from Astro 2025-12-14 14:14:24 +01:00
vercel.json Initial commit from Astro 2025-12-14 14:14:24 +01:00
vscode.tailwind.json Initial commit from Astro 2025-12-14 14:14:24 +01:00

Web de Redes Libres

Este repositorio contiene el código de la página web de Redes Libres (https://redeslibres.net).

La página está hecha con Astro y basada en la plantilla AstroWind.

Project structure

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory if they do not require any transformation or in the assets/ directory if they are imported directly.

Commands

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

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm check Check your project for errors
pnpm fix Run Eslint and format codes with Prettier
pnpm astro ... Run CLI commands like astro add, astro preview

Configuration

Basic configuration file: ./src/config.yaml