eekrain / personal-site

Home Page:https://personal-site-eekrain.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to My Personal Site

image

βš’οΈ Built with Astro

πŸš€ Project Structure

/
β”œβ”€β”€ public/
β”‚   └── files
β”‚   └── img
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ constants/
β”‚   └── layouts/
β”‚   └── pages/
β”‚   └── utils/
└── package.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. 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 preview
npm run astro --help Get help using the Astro CLI

About

https://personal-site-eekrain.vercel.app


Languages

Language:TypeScript 61.7%Language:JavaScript 19.9%Language:Astro 12.8%Language:HTML 4.7%Language:CSS 1.0%