Generates a resume in material design, that can be exported to HTML.
Go to demo page and fill in your resume data. When finished remove the ?edit
parameter from the browser URL and click the "HTML"-button in the "Export when done"-snackbar at the bottom of the page. Put it up on your website :)
To use your information from linkedin, you need to get a json resume. Easiest way to get that is through this page where you just follow the instructions. When you have the json, go to demo page and use the "Upload Resume"-button.
Run npm start
and navigate to http://localhost:4200/
.
To create a new version for demo page run npm run build:demo
.
Run npm test
to execute the unit tests.