/ishaan.ninja

My personal website built with Gatsby styled with Bulma and hosted on Netlify

Primary LanguageJavaScriptMIT LicenseMIT

Logo

ishaan.ninja

My personal website ishaan.ninja built with Gatsby styled with Bulma and hosted on Netlify.

Netlify Status

🛠 Installation and Set Up

  1. Install the Gatsby CLI.

    npm install -g gatsby-cli
  2. Clone the repository.

    git clone https://github.com/IshaanG/ishaan.ninja.git
  3. Get the dependencies.

    cd ishaan.ninja
    npm install
  4. Start developing.

    gatsby develop
  5. Open the source code and start editing!

    Your site is now running at http://localhost:8000

🚀 Building and Running for Production

  1. Generate a full static production build.

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

    gatsby serve