v19
Pnpm https://pnpm.io/
Astro
https://github.com/mtrias/tile
Tailwind https://tailwindcss.com/
pnpm astro add tailwind
https://tailwindui.com/components/marketing/elements/headers https://tailwindcss.com/docs/drop-shadow#adding-a-drop-shadow
https://dev.to/jamesqquick/visual-studio-code-browser-preview-5dgf https://github.com/auchenberg/vscode-browser-preview https://tailwindui.com/components/preview https://tailwindcss.com/docs/installation/play-cdn
Actualmente se hace build y deploy automaticamente en Netlify con cada push en el branch main
Netlify hostea sitios gratuitamente, incluso con SSL y custom domains, siempre que el codigo sea abierto en Github
https://app.netlify.com/teams/mtrias/overview
https://app.netlify.com/sites/tileuy/overview
https://app.netlify.com/sites/tileuy/configuration/domain
https://docs.netlify.com/domains-https/custom-domains/configure-external-dns/
https://docs.netlify.com/domains-https/custom-domains/configure-external-dns/#configure-an-apex-domain
https://docs.netlify.com/domains-https/custom-domains/multiple-domains/#apex-domains-and-www-subdomains
https://docs.netlify.com/site-deploys/overview/#definitions
https://www.netlify.com/pricing/#pricing-table-full-feature-list
Preview: https://main--tileuy.netlify.app/
Astro tiene plugins para hacer deploy en Github Pages, pero no los pude hacer funcionar https://docs.astro.build/en/guides/deploy/github/ https://github.com/withastro/action https://docs.astro.build/en/guides/environment-variables/ https://docs.astro.build/en/reference/cli-reference/#--open https://docs.astro.build/en/guides/integrations-guide/tailwind/
Tambien probe Github Pages pero no funciona porque github usa una URL con / (https://mtrias.github.io/tile/) y no pude hacer andar el Github Action. Ver:
- https://github.com/mtrias/tile/actions/runs/5695917721
- https://github.com/mtrias/tile/commit/fdf229e142bad17eacaea95f56d578c86af60e76
https://github.com/mtrias/tile/settings/pages https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
- Parcel https://parceljs.org/
- Rollup
- Webpack
- https://pnpm.io/