git clone --depth=1 https://github.com/amitmishrg/code-resume.gitMove to the appropriate directory: cd
yarn install**Run:**
yarn start-dev**Build:**
yarn build## Customization For Adding your resume details:-
cd dataThen open **index.js** & change details **Title** ``` export const Title = 'Amit Mishra ~ Senior Web Developer'; ``` **Resume Details** ``` export const Resume = { intoduction: `{ Add your intoduction }`, experience: `{ Add your experience }`, skills: `{ Add your skills }` } ``` **Social Links** ``` resume: '/resume.pdf', linkedin: 'https://www.linkedin.com/in/amitmishrg/', twitter: 'https://twitter.com/amitmishrg', github: 'https://github.com/amitmishrg' ``` ## License This project is licensed under the [MIT](LICENSE) license.