Skip to content

Commit 799abf1

Browse files
committed
Add README
1 parent 853b3d8 commit 799abf1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
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

0 commit comments

Comments
 (0)