danny-yamamoto / my-portfolio-astro

Welcome to my portfolio.

Home Page:https://my-portfolio-astro.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

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

πŸš€ Project Structure

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

/
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ public
β”‚   β”œβ”€β”€ astro.svg
β”‚   └── favicon.svg
β”œβ”€β”€ README.md
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ components
β”‚   β”‚   β”œβ”€β”€ Articles.astro
β”‚   β”‚   β”œβ”€β”€ Certificates.astro
β”‚   β”‚   β”œβ”€β”€ Experience.astro
β”‚   β”‚   β”œβ”€β”€ Footer.astro
β”‚   β”‚   └── Intro.astro
β”‚   β”œβ”€β”€ env.d.ts
β”‚   β”œβ”€β”€ layouts
β”‚   β”‚   └── Layout.astro
β”‚   β”œβ”€β”€ lib
β”‚   β”‚   β”œβ”€β”€ getArticles.ts
β”‚   β”‚   β”œβ”€β”€ getCertificates.ts
β”‚   β”‚   └── getExperience.ts
β”‚   └── pages
β”‚       └── index.astro
└── tsconfig.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 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:3000
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.

☁️ Deploy an Astro site

npx astro add cloudflare

About

Welcome to my portfolio.

https://my-portfolio-astro.pages.dev/


Languages

Language:Astro 61.7%Language:TypeScript 21.6%Language:JavaScript 15.3%Language:CSS 1.5%