No description
- Astro 74.8%
- TypeScript 21.1%
- JavaScript 2.2%
- CSS 1.4%
- HTML 0.3%
- Other 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .vscode | ||
| nginx | ||
| public | ||
| src | ||
| vendor | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.cjs | ||
| .stackblitzrc | ||
| astro.config.ts | ||
| docker-compose.yml | ||
| Dockerfile | ||
| eslint.config.js | ||
| LICENSE.md | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sandbox.config.json | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vercel.json | ||
| vscode.tailwind.json | ||
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