/personal-website

Personal website developed using Gatsby.

Primary LanguageTypeScript

Gatsby

Personal Website

The first version of personal website

preview

Set Up

  1. Install the Gatsby CLI.

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

    nvm install
  3. Install dependencies.

    npm install
  4. Start development server.

    npm start