Skip to content

🖨 Print-friendly, minimalist resume page built with the Astro framework.

License

Notifications You must be signed in to change notification settings

codecatcoffee/resume

Repository files navigation

Minimalist Résumé styled for WEB and PDF

Based on the design by Bartosz Jarocki and Miguel Ángel Durán.

Getting Started  ✦  Commands  ✦  License  ✦  Personal

Astro Badge GitHub stars GitHub issues GitHub forks GitHub PRs

🛠️ Stack

  • Astro - The web framework for the modern era.
  • Typescript - JavaScript with syntax for types.
  • TailwindCSS - A utility-first CSS framework for rapidly building custom designs.
  • Ninja Keys - Dropdown menu with keyboard shortcuts made in pure Javascript.

🚀 Getting Started

1. Use this repo as a template for an Astro project:

I use pnpm as a dependency manager and packager.

# Enable pnpm on MacOS, WSL & Linux:
corepack enable
corepack prepare pnpm@latest --activate

# Initialize the project
pnpm create astro@latest --template codecatcoffee/resume

2. Add your content:

Edit the resume.json file to create your own printable Resume/CV.

3. Launch the development server:

# Enjoy the result
pnpm dev

Open http://localhost:4321 in your browser to see the result. 🚀

🧞 Commands

Comando Acción
⚙️ dev o start Launches a local development server at localhost:4321.
⚙️ build Checks for possible errors and builds for production in ./dist/.
⚙️ preview Preview locally at localhost:4321.

🔑 License

MIT - Created by CodeCatCoffee.

About

🖨 Print-friendly, minimalist resume page built with the Astro framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages