Skip to content

dasadishree/mysite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 16, 2026
b3a9fc4Β Β·Β Β· Feb 16, 2026

History

52 Commits
Feb 16, 2026
Feb 16, 2026
Feb 8, 2026
Feb 16, 2026

Repository files navigation

my personal website!

view at https://dasadishree.me

INSPO:

  • ciaragan.com - i esp like her header section, i like how all the pics/elements kinda get subtly bigger and smaller, i also like the features section on her exhibits page, i want to recreate that w a code backgorund for my coding projects, also i like the stamp vibe on her about page maybe ill recreate that for my awards?
  • den.cool - i like the 3d elemenets and balloons and how they r interactive
Screenshot 2026-02-16 at 6 48 51β€―PM Screenshot 2026-02-16 at 6 48 51β€―PM

Astro Starter Kit: Basics

npm create astro@latest -- --template basics

πŸ§‘β€πŸš€ Seasoned astronaut? Delete this file. Have fun!

πŸš€ Project Structure

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

/
β”œβ”€β”€ public/
β”‚   └── favicon.svg
β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ assets
β”‚Β Β  β”‚Β Β  └── astro.svg
β”‚Β Β  β”œβ”€β”€ components
β”‚Β Β  β”‚Β Β  └── Welcome.astro
β”‚Β Β  β”œβ”€β”€ layouts
β”‚Β Β  β”‚Β Β  └── Layout.astro
β”‚Β Β  └── pages
β”‚Β Β      └── index.astro
└── package.json
  └── pages
β”‚       └── index.astro
└── package.json
ackage.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.