File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- # resume-json
2
- resume.json example
1
+ # JSON Resume Template
2
+
3
+ A template to generate a professional resume following the [ resume.json
4
+ schema] ( https://github.com/jsonresume/resume-schema ) setup with an [ AWS CodeBuild] ( https://aws.amazon.com/codebuild/ ) CI/CD buildspec and
5
+ [ GitHub Dependabot] ( https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates ) dependency tracking for security updates.
6
+
7
+ ## Getting Started
8
+
9
+ - Fork this repository to create your own resume and clone it locally
10
+ - Follow the directions to get [ Node.js] ( https://nodejs.org/ ) installed
11
+ in your local work environment
12
+ - Follow the directions to install [ resume-cli] ( https://github.com/jsonresume/resume-cli )
13
+ - Run ` resume init ` to generate an initial ` resume.json `
14
+ - Edit the ` resume.json ` with your details
15
+ - Commit and push your changes back to repository
You can’t perform that action at this time.
0 commit comments