A CV generator powered by React-pdf and Sanity.io, for creating and updating CVs using the template provided.
Updating CV in Adobe Illustrator (where my CVs used to live) can easily mess up spacing and don't support grammar/spelling checking.
- Install packages in
cv-pdf
andcv-studio
:
yarn install
-
Get your project ID by creating a new Sanity studio by following the Sanity doc.
-
In
cv-studio
, create a.env.development
file and add the the project ID and dataset name:
SANITY_STUDIO_API_PROJECT_ID=[your-project-id]
SANITY_STUDIO_API_DATASET=[dataset-for-development-mode]
- In
cv-pdf
, create a.env
file and add the the project ID and dataset name:
NEXT_PUBLIC_SANITY_STUDIO_API_PROJECT_ID=[your-project-id]
NEXT_PUBLIC_SANITY_STUDIO_API_DATASET=[dataset-for-development-mode]
yarn workspace cv-pdf start
yarn workspace cv-studio start
Create/edit the CV in Sanity studio -> Use the link on the homepage of the app -> Preview or download the PDF 👐