Skip to content

vascovrodrigues6/vascovrodrigues6.github.io

 
 

Repository files navigation

Portfolio Website

🤝 Special Thanks

Thanks to Brittany Chiang for the Design and Build brittanychiang.com.

Thanks to Chandrika Deb for making her version of Brittany Chiang's website available to be forked https://chandrikadeb7.github.io/.

🛠 Installation & Set Up

Same steps in the Installation & Set Up part of the README https://github.com/chandrikadeb7/chandrikadeb7.github.io adapted to Windows

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of Node using NVM

    nvm install 14.15.0
    nvm use 14.15.0
  3. Install dependencies

    npm install
  4. Start the development server

    npm start

🛠 Troubleshooting

  1. Node version should be atleat v14.15.0 due to Gatsby dependencies

  2. To install nvm in Windows, follow this guide as it worked for me https://tecadmin.net/install-nodejs-with-nvm-on-windows/

  3. Problems with lmdb library being corrupted -> delete node-gyp in C:\Users{Username}\AppData\Local and redo step 1 of Installation and Set Up or npm rebuild lmdb in step 3 of Installation and Set Up

  4. Problems with sharp library -> npm install --platform=win32 --arch=x64 sharp

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

🎨 Color Reference

Color Hex
Navy #0a192f #0a192f
Light Navy #172a45 #172a45
Lightest Navy #303C55 #303C55
Slate #8892b0 #8892b0
Light Slate #a8b2d1 #a8b2d1
Lightest Slate #ccd6f6 #ccd6f6
White #e6f1ff #e6f1ff
Green #64ffda #64ffda

About

Personal portfolio website hosted using GitHub Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Shell 9.8%