বাংলা ভাষার তথ্য় ও সফটওয়ার https://bangla.moheshwar.com
  • Astro 97.4%
  • JavaScript 2.2%
  • CSS 0.4%
Find a file
dependabot[bot] 3a7ddbfa62 Bump astro in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro` from 5.18.1 to 6.1.8
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.1.8/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.8
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-24 15:26:26 +06:00
.vscode initial commit and facts 2025-02-10 01:12:36 +06:00
public added bangla softwares 2025-02-10 02:39:25 +06:00
src add International Mother Language Day message display 2025-03-08 17:30:47 +06:00
.gitignore Initial commit from Astro 2025-02-09 19:37:59 +06:00
astro.config.mjs initial commit and facts 2025-02-10 01:12:36 +06:00
bun.lock add Microsoft Clarity for enhanced user analytics and tracking 2025-02-10 12:33:22 +06:00
LICENSE add MIT License and implement Carbon Badge component in index page 2025-02-10 12:31:24 +06:00
package.json Bump astro in the npm_and_yarn group across 1 directory 2026-04-24 15:26:26 +06:00
prettier.config.js initial commit and facts 2025-02-10 01:12:36 +06:00
README.md Initial commit from Astro 2025-02-09 19:37:59 +06:00
tsconfig.json initial commit and facts 2025-02-10 01:12:36 +06:00

Astro Starter Kit: Basics

npm create astro@latest -- --template basics

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

just-the-basics

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src/
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
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 or jump into our Discord server.