yashitanamdeo.github.io
My Personal Portfolio Website - V1
File Explorer
Download Latest Version (.zip)- index.md
- me.jpg
- ups-shot.jpg
- index.md
- demo1.png
- index.md
- disneyclone.png
- index.md
- face-landmark.png
- index.md
- demo.png
- face-mask.png
- index.md
- index.md
- index.md
- index.md
- index.md
- index.md
- index.md
- image.jpg
- index.md
- console-errors.png
- draft-fail.png
- index.md
- publish-error.png
- AlarmClock.md
- BasicChatbot.md
- CalorieCalc.md
- CovidVaccineAnalysis.md
- CSSAnnimation.md
- EntertainmentWebapp.md
- ImageCartoon.md
- ImageProcessingP.md
- JPMCtask.md
- MediumBlogging.md
- VoterRegistration.md
- WhatsappAnalysis.md
- appstore.js
- codepen.js
- external.js
- folder.js
- fork.js
- formattedIcon.js
- github.js
- index.js
- instagram.js
- linkedin.js
- loader.js
- location.js
- logo.js
- playstore.js
- star.js
- twitter.js
- zap.js
- about.js
- contact.js
- featured.js
- hero.js
- jobs.js
- projects.js
- email.js
- footer.js
- head.js
- index.js
- layout.js
- loader.js
- menu.js
- nav.js
- side.js
- social.js
- Calibre-Light.ttf
- Calibre-Light.woff
- Calibre-Light.woff2
- Calibre-LightItalic.ttf
- Calibre-LightItalic.woff
- Calibre-LightItalic.woff2
- Calibre-Medium.ttf
- Calibre-Medium.woff
- Calibre-Medium.woff2
- Calibre-MediumItalic.ttf
- Calibre-MediumItalic.woff
- Calibre-MediumItalic.woff2
- Calibre-Regular.ttf
- Calibre-Regular.woff
- Calibre-Regular.woff2
- Calibre-RegularItalic.ttf
- Calibre-RegularItalic.woff
- Calibre-RegularItalic.woff2
- Calibre-Semibold.ttf
- Calibre-Semibold.woff
- Calibre-Semibold.woff2
- Calibre-SemiboldItalic.ttf
- Calibre-SemiboldItalic.woff
- Calibre-SemiboldItalic.woff2
- SFMono-Medium.ttf
- SFMono-Medium.woff
- SFMono-Medium.woff2
- SFMono-MediumItalic.ttf
- SFMono-MediumItalic.woff
- SFMono-MediumItalic.woff2
- SFMono-Regular.ttf
- SFMono-Regular.woff
- SFMono-Regular.woff2
- SFMono-RegularItalic.ttf
- SFMono-RegularItalic.woff
- SFMono-RegularItalic.woff2
- SFMono-Semibold.ttf
- SFMono-Semibold.woff
- SFMono-Semibold.woff2
- SFMono-SemiboldItalic.ttf
- SFMono-SemiboldItalic.woff
- SFMono-SemiboldItalic.woff2
- android-icon-144x144.png
- android-icon-192x192.png
- android-icon-36x36.png
- android-icon-48x48.png
- android-icon-72x72.png
- android-icon-96x96.png
- apple-icon-114x114.png
- apple-icon-120x120.png
- apple-icon-144x144.png
- apple-icon-152x152.png
- apple-icon-180x180.png
- apple-icon-57x57.png
- apple-icon-60x60.png
- apple-icon-72x72.png
- apple-icon-76x76.png
- apple-icon-precomposed.png
- apple-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon-96x96.png
- favicon.ico
- ms-icon-144x144.png
- ms-icon-150x150.png
- ms-icon-310x310.png
- ms-icon-70x70.png
- demo.png
- logo.png
- og.png
- og@2x.png
- index.js
- tags.js
- 404.js
- archive.js
- index.js
- Button.js
- fonts.js
- Footer.js
- GlobalStyle.js
- Header.js
- Heading.js
- index.js
- InlineLink.js
- Main.js
- media.js
- mixins.js
- PrismStyles.js
- Section.js
- theme.js
- TransitionStyles.js
- post.js
- tag.js
- index.js
- sr.js
- config.js
- intro-to-webdev-workshop.pdf
- resume.pdf
- resume_old.pdf
- .editorconfig
- .eslintrc
- .gitignore
- .nvmrc
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- gatsby-ssr.js
- LICENSE
- package.json
- prettier.config.js
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/yashitanamdeo/yashitanamdeo.github.io
Downloads the entire project code from GitHub to your computer.
cd yashitanamdeo.github.io
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g gatsby-cli
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g gatsby-cli
Installs the package published on the npm registry globally β no need to clone the source.
yarn
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm run build
Builds optimized production files.
npm run serve
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
