The project is based on startboootstrap-resume. I rewrote it in React using CRA and migrated to Astro, removing 90% of my bundle, and improving Lighthouse performance score (for mobile variant) from 50% to 95%. In the end I would like to get rid React being a dependency but it stays for now until full migration is done
To start using this for your own needs:
- clone the repository
- go to its directory and install all dependencies:
npm install - start the app using
npm startand go to http://localhost:3000/ to view your changes.
If you want just like me to publish your CV using Github Pages you should follow the steps described here and here. Take caution as the steps depend on whether you use your username.github.io repository or a different one.