CV/Resume personal website template built it using Next.js and Typescript.
Please go and change the data/data.tsx
file to fill the CV/Resume with your personal information Feel free to use it and customize it as much as you desire.
From your command line, clone and run this repository running:
# Go into the repository
$ cd /my-cv
# Install dependencies
$ npm i
# Run the project
$ npm run dev
Create an .env
file and add your GA ID:
GA_ID=UA-XXXXXXXX-X
Store any public assets in public
folder and access to them as root folder in your website ./
I'm currently using ZEIT Now and I highly recommend to use it. Please go to the docs to see how incredibly easy and fast is to deploy with it.
For more information please visit https://nextjs.org/docs