Hi, I'm Daksh Adhar, this is the source code for my personal portfolio website.
Live site: https://a-daksh.github.io
This project is based on Brittany Chiang’s v4 portfolio. If you're building your own, consider forking her repository directly. Big thanks to her for the template.
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
npm start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
- primary: #1E201E
- secondary: #ECDFCC
- shadow: rgba(30, 32, 30, 0.7)
- accent: #FFFFFF
- accent-tint: rgba(255, 255, 255, 0.1)
- text-primary: #FFFFFF
- text-secondary: #ECDFCC
- text-inverse: #1E201E
- Sans: 'Calibre', 'San Francisco', 'SF Pro Text', apple-system, system-ui, sans-serif;
- Mono: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
This portfolio is based on Brittany Chiang’s v4 portfolio.
If you are interested in building something like this, please refer to her original repository here: https://github.com/bchiang7/v4.
I did not design or code this from scratch — I have modified it to suit my own portfolio needs.
All design credit goes to Brittany Chiang.
For questions about implementation, please check the Gatsby documentation or the original repository’s README.