resume_generator
resume_generator copied to clipboard
Resume Generator (React - Gatsby)
This project will create for you a resume with a simple template.
How to use?
- Edit
src/components/ProfileAndSkills/Education/education.jsfor your educations. - Edit
src/components/ProfileAndSkills/Experience/experiences.jsto list your experiences. - Edit
src/components/ProfileAndSkills/Skills/skills.jsto list your skills. - Edit
src/pages/Index/ProfileAndSkills/index.jssummary constant, to have a detail about yourself.
Deploy on your github.io
- Edit
gatsby-config.jsand editpathPrefixto your repository name. ex : /nima_habibkhoda . - Create a repository named you
pathPrefixvalue. - Run
npm run deploy.
Run Developer mode
- Run
npm run develop.
Build the project
- Run
npm run build.
Lint and Prettier
- Run
npm run lint && npm run prettier.
The Husky
- Before any push on Github, your project will run
lint and prettieritself.
Tests
soon...