⭐ Easy to use online resume application to showcase your resume details of introduction, interests, work history and projects.
Live here
- Clone or fork project.
- Replace values in resume.json (public\resume.json)
- Install required dependencies with
npm install
. - Remove
homepage
entirely frompackage.json
or set it to single dot.
// package.json
{
"name": "resume",
"homepage": "https://gayathrirajendran.github.io/resume/", <-- replace this
"version": "0.1.0",
"private": true,
"dependencies": {
...
}
npm start
project and customize it.- Deploy on github-pages using
npm run deploy
command.