atcamo / Astro-space-launch

Proyect in Astro

Repository from Github https://github.comatcamo/Astro-space-launchRepository from Github https://github.comatcamo/Astro-space-launch

Astro Starter Kit: Basics

npm create astro@latest -- --template basics

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

Astro Demo This project is a demo of the Astro framework, a lightweight and modern static site generator for building fast websites and web applications.

Installation To run this project locally, you'll need to have Node.js and npm installed on your machine. Then, follow these steps:

Clone this repository to your local machine. Navigate to the project directory in your terminal. Run npm install to install the project dependencies. Run npm run dev to start the development server. Usage Once the development server is running, you can view the demo site in your browser at http://localhost:4321.

The project structure is as follows:

astro-demo/ ├── src/ │ ├── components/ │ ├── pages/ │ ├── styles/ │ ├── _astro/ │ ├── _output/ │ └── index.astro ├── static/ ├── package.json └── README.md The src directory contains the source code for the demo site, including the Astro components, pages, and styles. The _astro directory contains configuration files for Astro, and the _output directory is where the generated site is outputted.

Contributing If you'd like to contribute to this project, please fork the repository and create a pull request with your changes.

License This project is licensed under the MIT License. See the LICENSE file for details.

That's it! Let me know if you have any questions.

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

About

Proyect in Astro


Languages

Language:Astro 75.6%Language:TypeScript 21.1%Language:JavaScript 3.3%