Skip to content

DevManfre/web-portfolio

Repository files navigation

header GitHub license GitHub release

🚀 Latest Updates

  • 404 Page: Added a custom 404 page to improve user experience when navigating to non-existent routes.
  • i18n Support: Implemented internationalization (i18n) to support multiple languages.
  • Performance Improvements: Enhanced performance metrics, achieving better scores on Lighthouse audits.

🔧 Local installation

Setup

  1. Install the repository dependencies
    npm install
    
  2. Run the development server
    npm run dev
    

Build

  1. Generate the static build
    npm run build
    
  2. To run the build execute the following command
    npm run start
    

👨🏻‍🦰 Personal information

Most of the personal information is configurable within the src/data/resume.tsx file (name, page title, projects and work experience...).

📝 License

This project is licensed under the terms of the MIT license.

header