Print-friendly, minimalist CV page
Go to file
2023-12-29 17:20:26 +10:30
public Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
src move print styles to Badge component 2023-12-29 17:20:26 +10:30
.eslintrc.json Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
.gitignore fix lint warnings errors 2023-12-27 07:00:18 +00:00
.prettierrc Added prettier 2023-12-26 15:18:39 +01:00
components.json Base work 2023-12-23 23:15:40 +01:00
LICENSE Added license 2023-12-26 16:55:41 +01:00
next.config.js Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
package.json Added analytics 2023-12-26 17:17:00 +01:00
postcss.config.js Initial commit from Create Next App 2023-12-19 20:05:03 +01:00
README.md #2 Added Instruction to start the project locally 2023-12-29 00:59:34 +05:30
tailwind.config.js Base work 2023-12-23 23:15:40 +01:00
tsconfig.json fix lint warnings errors 2023-12-27 07:00:18 +00:00
yarn.lock Added analytics 2023-12-26 17:17:00 +01:00

cv

Minimalist CV

Simple web app that renders minimalist CV with print-friendly layout.

Built with Next.js and shadcn/ui, deployed on Vercel.

Getting Started Locally

  1. Clone this repository to your local machine:

    git clone https://github.com/BartoszJarocki/cv.git
    
  2. Install dependencies:

    yarn install
    
  3. Start the local Server:

    yarn dev
    

License

MIT