Skip to content

vandenn/personal-site

Repository files navigation

personal-site

My personal site implemented with Gatsby.js + Material-UI.

Netlify Deploy Status

Preview

Setup

  1. Install Node.js and NPM via NVM or the Node installer. (Recommend using lts/dubnium (v10.24.1))
    nvm list
    nvm install lts/dubnium
    # Activate dubnium for the rest of the commands
    nvm use lts/dubnium
  2. Install Gatsby CLI v2.
    npm install -g gatsby-cli@2
  3. cd into your local copy of this repository and install the node modules.
    cd personal-site
    npm install
  4. Run the site in develop mode.
    gatsby develop

Resources

About

My personal website created with Gatsby + Material-UI and deployed using Netlify.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published