Check the wiki for an explanation of what this project DOES and DOES NOT do. The wiki also has more, expanded instructions.
Assuming you're want a resume that just lists:
- your experience (incl. volunteer work),
- your education,
- your skills,
- how to contact you
- (of course) your name
(and you like the colour purple), then you're golden. Feel free to use.
You need Node.js, so sort that out first.
Clone this repo (via git, GitHub Desktop, or download as ZIP).
Delete the .git/
folder.
Run yarn install
(or npm install
)
Run yarn fake
to generate fake data. !! This is important !! Without this data, your site won't build.
Change the data in src/data/data.json
to describe you.
You might want to replace src/images/hero.jpg
as well, but that's on you.
Run yarn build && yarn serve
.
Open the address it gives you in your browser (probably http://localhost:9000
) and print the page to PDF.
Done!