BartoszJarocki / cv

Print-friendly, minimalist CV page
https://cv.jarocki.me
MIT License
8.79k stars 934 forks source link

Instructions for Installing, Preparing, and Deploying #2

Closed inayet closed 7 months ago

inayet commented 8 months ago

Hi, can you include in the README.md file instructions on installing, preparing, and deploying this app. Thank you

shiroyasha9 commented 8 months ago

Dude, it's literally a simple next.js project.

To run it locally, all you do is

  1. yarn
  2. yarn dev

To deploy it, you follow Vercel's simple instructions - https://nextjs.org/learn-pages-router/basics/deploying-nextjs-app/deploy Just a few button clicks basically.

inayet commented 7 months ago

@BartoszJarocki Thank you for adding those instructions to the README.md file. I got the local server up, how can we customize the cv with our information?

SujithThirumalaisamy commented 7 months ago

@BartoszJarocki Thank you for adding those instructions to the README.md file. I got the local server up, how can we customize the cv with our information?

It is a straight forward thing to do. Just change the RESUME_DATA in the \src\data\resume-data.tsx file with your own data. Make sure to follow the Terms and Conditions or the Copyrights Terms which are applicable.

OmitNomis commented 7 months ago

The readme has been updated, this issue can be closed.