mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-22 20:08:28 +03:00
Print-friendly, minimalist CV page
public | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
components.json | ||
LICENSE | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
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
-
Clone this repository to your local machine:
git clone https://github.com/BartoszJarocki/cv.git
-
Install dependencies:
yarn install
-
Start the local Server:
yarn dev