rjoydip / rresume

Home Page:https://rjoydip.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rjoydip-resume

Deploy with Vercel Deploy

Simple web app that renders minimalist CV with print-friendly layout. Built with Next.js and shadcn/ui, deployed on Vercel.

Features

  • Setup only takes a few minutes single config file
  • 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:

    git clone https://github.com/rjoydip/resume.git
  2. Move to the cloned directory

    cd resume
  3. Install dependencies:

    yarn install
  4. Start the local Server:

    yarn dev
  5. Open the Config file and make changes

Run with Docker

Build the container

docker compose build

Run the container

docker compose up -d

Stop the Container

docker compose down

License

Released under MIT by @rjoydip.

About

https://rjoydip.com

License:MIT License


Languages

Language:TypeScript 95.0%Language:CSS 2.6%Language:JavaScript 2.3%Language:Dockerfile 0.1%