https://github.com/arslan-butt/my-cv
My cv
https://github.com/arslan-butt/my-cv
javascript nuxt nuxt3 nuxtcontent nuxtui resume tailwindcss typescript vue3 vuejs
Last synced: 3 months ago
JSON representation
My cv
- Host: GitHub
- URL: https://github.com/arslan-butt/my-cv
- Owner: arslan-butt
- Created: 2025-02-24T15:54:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T11:56:12.000Z (about 1 year ago)
- Last Synced: 2025-04-21T12:43:11.709Z (about 1 year ago)
- Topics: javascript, nuxt, nuxt3, nuxtcontent, nuxtui, resume, tailwindcss, typescript, vue3, vuejs
- Language: Vue
- Homepage: https://arslanbutt-cv.vercel.app
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arslan Butt CV
Simple web app that renders a minimalist CV with a print-friendly layout.
Built with Nuxt and TailwindCSS v4.
## Live Website
You can see it live at [arslan-cv.vercel.app](https://arslan-cv.vercel.app/).
## Features
- Fully integrated with Nuxt Content, making it easily customizable
- Easy to customize
- Print-friendly layout
## Quick Setup
1. Clone this repository if you have access or download it from the store
```bash
git clone git@github.com:arslan-butt/my-cv.git
```
2. Install dependencies
```bash
bun install
```
3. Start the development server
```bash
bun dev
```
4. Generate the static project
```bash
bun generate
```
5. Start the production server
```bash
bun start
```