ambanikousik / resume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built With Stencil

RI Kousiks's Resume

This is my own Resume, made with StencilJS in web component form.

Running Locally

npm install
npm start

To build the component for production, run:

npm run build-prod

You may want to print the page to PDF (Ctrl+P) and update the PDF file in this repo too before publishing.

Need help? Check out Stencil docs here.

Using this component

Script tag

  • Import the script like this: <script src="https://cdn.jsdelivr.net/gh/matfantinel/resume@master/output/resume.js"></script>
  • Then just add it to your HTML like this: <mf-resume></mf-resume>
  • Profit!

About

License:MIT License


Languages

Language:JavaScript 94.5%Language:TypeScript 2.9%Language:SCSS 1.3%Language:CSS 1.2%Language:HTML 0.1%