Welcome to my portfolio website built with Astro! This dynamic and responsive site showcases my resume, projects, and skills in both Portuguese and English. Check out the live version of the site here.
- Bilingual Support: The site is available in both Portuguese and English, catering to a wider audience.
- Dynamic Content: The about me section includes a dynamically generated resume.
- Responsive Design: The site is fully responsive, ensuring a seamless experience on all devices.
- Modern Tech Stack: Built using Astro, a modern static site generator, and Snowpack for optimized performance.
- Frontend: Astro
- Build Tool: Snowpack
- Types: TypeScript
- Runtime: Node.js
A brief introduction to who I am, my professional background, and my interests. This section includes my resume, available in both Portuguese and English.
A showcase of my projects, detailing the technologies used, the challenges faced, and the outcomes. Each project includes a description, screenshots, and links to live demos or GitHub repositories.
A comprehensive list of my technical and soft skills, highlighting my proficiency in various programming languages, frameworks, tools, and methodologies.
A simple form or links to my social media profiles, allowing visitors to get in touch with me easily.
To get a local copy up and running follow these simple steps.
Ensure you have the following installed:
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/Sacred-G/MY-PORTFOLIO-ASTRO.git
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 |
Feel free to check our documentation or jump into our Discord server.