ericjiang97 / ericjiang.dev

Source code for my personal website

Home Page:https://ericjiang.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homepage

lorderikir.me Personal Website

My personal site at ericjiang.dev is based off the Gatsby Starter Egghead Blog A starter project in Gatsby.js with MDX.

Links

Production: https://ericjiang.dev

Staging/Preview: https://staging.ericjiang.dev

Build Statuses:

Production

Netlify Status

Development

Requirements

  • Node & NPM
  • Yarn (recommended)
  • NVM (recommended)

Getting Started

  1. Clone this repository locally

    git clone https://github.com/ericjiang97/ericjiang.dev.git
    
    # or if you are using SSH
    
    git clone git@github.com:ericjiang97/ericjiang.dev.git
  2. Go into current directory cd lorderikir.me

  3. Install required Node dependencies

    npm install
    
    # or if you prefer yarn
    
    yarn
  4. Start the local development server

    npm run develop
    
    # or if you prefer yarn
    
    yarn develop

LICENSE

See LICENSE

About

Source code for my personal website

https://ericjiang.dev

License:MIT License


Languages

Language:JavaScript 98.9%Language:HCL 0.7%Language:CSS 0.5%