From 964e70811f04a6001635633628fa429154618dec Mon Sep 17 00:00:00 2001 From: Emanuel Palestino Date: Thu, 26 Sep 2024 11:48:11 -0600 Subject: [PATCH] =?UTF-8?q?Extensi=C3=B3n=20agregada=20en=20vscode=20y=20r?= =?UTF-8?q?eadme=20modificado.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 5 ++++- README.md | 18 ++---------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 22a1505..d0d39a6 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,4 +1,7 @@ { - "recommendations": ["astro-build.astro-vscode"], + "recommendations": [ + "astro-build.astro-vscode", + "bradlc.vscode-tailwindcss", + ], "unwantedRecommendations": [] } diff --git a/README.md b/README.md index 1db3fb3..540d33d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ -# Astro Starter Kit: Basics +# Página web de La Cámara de la gente -```sh -npm create astro@latest -- --template basics -``` - -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics) -[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics) -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json) - -> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! - -![just-the-basics](https://github.com/withastro/astro/assets/2244813/a0a5533c-a856-4198-8470-2d67b1d7c554) +Página web ## 🚀 Project Structure @@ -48,7 +38,3 @@ All commands are run from the root of the project, from a terminal: | `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 | - -## 👀 Want to learn more? - -Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).