- 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.
- Install the repository dependencies
npm install
- Run the development server
npm run dev
- Generate the static build
npm run build
- To run the build execute the following command
npm run start
Most of the personal information is configurable within the src/data/resume.tsx
file (name, page title, projects and work experience...).
This project is licensed under the terms of the MIT license.