Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 630 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 630 Bytes

JSON-Resume

About page (a server rendered JS web app with React) + a pdf résumé from a JSON file.

Why?

I made this little project because in the past it was a pain for me to edit my portfolio and my Résumé (PDF) 🙅.

Now, if I want to edit the content of my portfolio/résumé I just have to edit the resume.json file 🎉.

Install

npm install

Dev

npm run dev

Prod

npm run build
npm run prod

Demo