Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.33 KB

Resume on the Web

Introduction

Welcome to the official repository for hershkat.com.

I developed this website to showcase my CV and projects in a dynamic, accessible and creative way. This website was built using Gatsby, ReactJS, GraphQL and MaterialUI.

Website Link

Feel free to check out the website live at:

https://hershkat.com

Screenshots

Landing Education & Employment Skills & Projects

Building from source

If you want to build and run this project from source, you can download this repo and use these commands in the working directory:

gatsby develop

Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

gatsby build

Builds the app for production to the public folder.
It correctly bundles React in production mode and optimizes the build for the best performance.