Simple web app that renders minimalist CV with print-friendly layout.
Built with Vite, React, TypeScript, and shadcn/ui.
- 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)
- Clone this repository to your local machine:
git clone https://github.com/BartoszJarocki/cv.git- Move to the cloned directory
cd cv- Install dependencies:
bun -v
# should be >= 1.3.2
bun i- Start the local server:
bun dev- Open the Config file and make changes
bun dev- Start development server (port 3969)bun build- Build for productionbun preview- Preview production build (port 3969)bun lint- Run ESLintbun format- Format code with Biomebun type- Type check with TypeScript
