Skip to content

nbeekman/nathanbeekman.com

Repository files navigation

Logo

nathanbeekman.com is built with Gatsby and hosted by Netlify

Getting Started

  1. Install Gatsby CLI

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

    nvm install
  3. Install dependencies

    yarn
  4. Start the development server

    yarn start

Building / Running for Production

  1. Generate a full static production build

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

    yarn serve

Linting

  1. Lint the project

    yarn lint

Technology Used

About

Portfolio Site for Nathan Beekman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published