Skip to content

ApoyaRD conecta donaciones con centros hospitalarios en tiempos de emergencia

License

Notifications You must be signed in to change notification settings

Cooperacion-Ciudadana/ApoyaRD

Repository files navigation

ApoyaRD

Este proyecto utiliza Eleventy generador de páginas estaticas.

Usamos Netlify para deployment.

Colabora

1. Clone or fork this Repository

2. Install dependencies

npm install

3. Run Eleventy

npx eleventy

Or build and host locally for local development

npx eleventy --serve

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy