Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkrumahthis/my-cv
Emmanuel Nkrumah-Sarpong's CV
https://github.com/nkrumahthis/my-cv
cv nextjs react reactjs typescript vercel
Last synced: about 2 months ago
JSON representation
Emmanuel Nkrumah-Sarpong's CV
- Host: GitHub
- URL: https://github.com/nkrumahthis/my-cv
- Owner: nkrumahthis
- License: mit
- Created: 2024-01-06T06:24:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:15:50.000Z (2 months ago)
- Last Synced: 2024-11-04T15:20:58.472Z (2 months ago)
- Topics: cv, nextjs, react, reactjs, typescript, vercel
- Language: TypeScript
- Homepage: https://cv.nkrumahsarpong.com
- Size: 1.49 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nkrumah's CV
Live on [cv.nkrumahsarpong.com](https://cv.nkrumahsarpong.com)
![cv](public/full_page_screenshot.png)
Simple web app that renders minimalist CV with print-friendly layout.
Built with Next.js and shadcn/ui, deployed on Vercel.
Forked from [here](https://github.com/BartoszJarocki/cv.git)
## Features
- Setup only takes a few minutes [single config file](./src/data/resume-data.tsx)
- Built using Next.js 14, React, Typescript, Shadcn/ui, TailwindCss
- Auto generated Layout
- Responsive for different devices
- Optimized for Next.js and Vercel## Getting Started Locally
1. Clone this repository to your local machine:
```bash
git clone https://github.com/nkrumahthis/cv.git
```2. Move to the cloned directory
```bash
cd cv
```3. Install dependencies:
```bash
yarn install
```4. Start the local Server:
```bash
yarn dev
```5. Open the [Config file](./src/data/resume-data.tsx) and make changes
## Run with Docker
Build the containewr
```bash
docker compose build
```Run the container
```bash
docker compose up -d
```Stop the Container
```bash
docker compose down
```## License
[MIT](https://choosealicense.com/licenses/mit/)