Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.56 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.56 KB

A portfolio website created for and by Ankush Patil.

  • Performant: This website is created with performance in mind. It has received multiple tweaks and fixes for performance improvement and optimizations.
  • Minimalist: The design follows minimalistic standards, such as small box-shadows not too bright/noticable but present to keep the content feeling alive.
  • Informative: Includes personal social links, current/past projects the author has worked upon, the education and work background and most importantly a Resume.

Portfolio in action


Installation

This project is bootstrapped from create-react-app and follow similar workflow for replicating it.
First clone the repository:

git clone git@github.com:proankush/portfolio
cd portfolio

And then to start the project in development mode on localhost 3000.

npm start

Or to deploy the project use

npm run build && firebase deploy