This website serves as a portfolio highlighting my experience, skills, and projects. Originally developed by Midudev. I've made a redesign css styles and I've added localization feature in english.
i18n.locales Translate UI strings
src/components
: This directory contains all the Astro components used in the project.src/i18n
: This directory contains TypeScript files that export helpers functions.src/pages
: This directory contains the Astro pages of the portfolio.public
: This directory contains static files served by the portfolio.
First, install the dependencies:
npm install
Then, start the development server:
npm run dev
To build the project for production, run:
npm run build
This will create a dist directory with the built assets.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.