Skip to content

coolprobn/prabinpoudel.com.np

Repository files navigation

Personal Site Source Code

Inspired and cloned from Made Mistakes when it was open sourced! The author reverted to close sourced after few months.

Getting started

  1. Install dependencies

    npm install --legacy-peer-deps
  2. Add .env file to the root with your GOOGLE_ANALYTICS_TRACKING_ID

    GOOGLE_ANALYTICS_TRACKING_ID = 'your_google_analytics_tracking_id'

    Note: do not commit this file.

  3. Start developing.

    gatsby develop

    Note: When developing on Windows prepend all Gatsby commands with dotenv to load environment variables. e.g. dotenv gatsby build

Releases

No releases published

Packages

No packages published