My Portfolio Website
Welcome to my portfolio website built with gatsby and hosted on netlify. The design of this project is heavily inspired from this project by Brittany Chiang.
Live preview :- https://aayushk47.tech
Run locally
Note:- You need to have node.js and git installed on your machine in order to run it locally.
- Step 1:- Clone the project on your machine using the collowing command
git clone https://github.com/AayushK47/aayushk47-portfolio-website.git
- Step 2:- In the project directory, run the following command on your terminal to install all the dependencies.
yarn
or, if you prefer npm
npm install
- Step 3:- Finally, run the following command to start the server on development mode.
yarn run develop
or, for npm
npm run develop