Full Stack Developer
NOTE: If you are using this site as a template for your own portfolio site, I would be very glad if you add a link to the original site with my name in footer.
Run the site locally
NOTE: The default branch for this repo is develop, when you push or pull make sure you specify the correct branch.
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/mdfaizan7/mdfaizan7.github.io.gitcd into the directory
cd mdfaizan7.github.ioinstall all the dependencies
yarn installThen start the development Server
yarn develop
After running the development server the site should be running on https://localhost:8000
A quick look at the folder structure of this project.
.
├── node_modules
├── src
│ ├──components
│ │ ├───Contact
│ │ ├───Details
│ │ ├───Journey
│ │ ├───Projects
│ │ ├───Skills
│ │ └───Splash
│ ├──images
│ ├──pages
│ └──styles
├── .gitignore
├── .prettierrc
├── .travis.yml
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md
- Gatsby.js (of course)
- Node Sass for styling
Made with ❤️ and Gatsbyjs
