Personal Portfolio
Clone the repository, install the dependencies and start the application
git clone git@github.com:iamsanmith/iamsanmith.github.io.git
cd iamsanmith.github.io
npm install
npm start
# For Build and serving static pages
npm run build
npm -g install serve
serve buildNote: use the depth parameter to reduce the clone size and speed up the clone.
git clone --depth=1 https://github.com/iamsanmith/iamsanmith.github.io.git