developer-rakeshpaul / dev-resume-template

A template for a Developer's Resume made with TailwindCSS, Vite and Ionicons

Home Page:https://christiankozalla.github.io/dev-resume-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer's Resume Template

Made with ❤️ by Chrisko

...and

  • TailwindCSS - A utility-first CSS framework
  • Vite - Next Generation of Frontend Tooling
  • Ionicons - Open source icons. Lovingly hand-crafted.

Create your own resume - host it on GitHub PagesA

This is a template repository.

You can create your own copy of it by clicking on the green button "Use this template" above the file list.

Use this Template Button

If you "Include all branches" during the process, the template will already be online on GitHub Pages. The URL should be https://<USERNAME>.github.io/<REPO-NAME>/

Or you only copy the main branch and deploy the project to GitHub Pages yourself.

More information about template repositories on the GitHub Docs

Usage

package.json provides four scripts for development, build, preview and deploy. The first three are associated with Vite. The script deploy uses push-dir to push the dist directory to the gh-pages branch.

In order to deploy the local changes you made:

# Clear working tree
$ git add .
$ git commit -m "Before deploy"

# build project to dist directory
$ npm run build

# Use push-dir to push dist to gh-pages
$ npm run deploy

About

A template for a Developer's Resume made with TailwindCSS, Vite and Ionicons

https://christiankozalla.github.io/dev-resume-template/


Languages

Language:HTML 93.0%Language:CSS 4.9%Language:JavaScript 2.1%