Generate a Résumé like this one using React.js.
Install the dependencies and start the React development server:
corepack enable
pnpm install
pnpm startOpen http://localhost:3000.
Create a production build with:
pnpm buildMake changes to public/resume.json or public/resume-chinese.json and refresh the page to see changes🌈
MIT