Code Monkey home page Code Monkey logo

skylarcupitresume's Introduction

Skylar Cupit Resume

My resume, written as a single web page. The finished product can be viewed at skylarcupit.com/resume

Requirements

  • Yarn, ideally Yarn 3 or higher.
  • 7Zip is only required when running the site packager scripts.

Initial Setup

  1. git clone [email protected]:scupit/SkylarCupitResume.git
  2. cd SkylarCupitResume
  3. Run yarn install to install all needed dependencies.
  4. Run the correct editor setup command. For VSCode, yarn sdks vscode is what you want.

Build and Run

yarn run dev starts a local dev server on port 3000.

Production Build

  1. Make sure both 7Zip and Yarn are available.
  2. With the project root as the current working directory, run ./package-resume.ps1 (Windows + PowerShell) or ./package-resume.sh (everywhere else).

Upon success, the final build will be in the dist/ directory, and will be compressed into resume.tar.gz in the project root.

Creating Resume PDF Files

PDF files will be created automatically as part of the "production build" (see above). However, they can also be created manually by running:

yarn node make-pdf.js '<source>'

where source is one of these strings:

Source Description
dev Retrives the webpage from the currently running development server at http://localhost:5173.
preview Retrives the webpage from the currently running Vite preview server at http://localhost:4173.
dist Retrives the webpage from the most recent production build files at <PROJECT_ROOT>/dist/index.html.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.