Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 716 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 716 Bytes

CV

CV with my current skills, tech stack and pet projects.
Demo.

Installation

  1. Clone this repo or downloand zip:

    [email protected]:katepysova/CV.git

  2. Change your current directory to this project directory.

  3. npm install

  4. npm run prepare - to install git pre-commit hook. Does not work not in a git repository.

  5. git add .husky/pre-commit - to add git pre-commit hook.

How to run

  • npm run dev - to start the app on the localhost.

  • npm run dev - to build the app.

  • npm run deploy - to deploy the app on the GitHub Pages.

Additional

npm run format - to format and lint the code.

Stack

  • HTML5;
  • SCSS;
  • JS (ES6);
  • Gulp.