Skip to content

loclv/cv

 
 

Repository files navigation

cv

Web CV

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

Built with Vite, React, TypeScript, and shadcn/ui.

Features

  • Setup only takes a few minutes single config file
  • Built using Vite, React, TypeScript, shadcn/ui, TailwindCSS
  • Auto generated Layout
  • Responsive for different devices
  • Print-friendly output
  • Command palette for quick navigation (cmdk)

Getting Started Locally

  1. Clone this repository to your local machine:
git clone https://github.com/BartoszJarocki/cv.git
  1. Move to the cloned directory
cd cv
  1. Install dependencies:
bun -v
# should be >= 1.3.2

bun i
  1. Start the local server:
bun dev
  1. Open the Config file and make changes

Available Scripts

  • bun dev - Start development server (port 3969)
  • bun build - Build for production
  • bun preview - Preview production build (port 3969)
  • bun lint - Run ESLint
  • bun format - Format code with Biome
  • bun type - Type check with TypeScript

License

MIT

About

Print-friendly, minimalist CV page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 90.7%
  • JavaScript 4.2%
  • CSS 2.9%
  • HTML 1.2%
  • Dockerfile 1.0%