/GitStarter

GitStarter helps first time contributors make their first Pull Request

Primary LanguageJavaScriptMIT LicenseMIT

Netlify Status

Hello Landmark University Developers 👋

Let's help you submit your first Pull Request!

Follow the instructions 👉 here to get started.


Setting up the project for development 🔧

Make sure you have latest version of Node and NPM installed.

  • Install GatsbyCLI globally. Refer the Gatsby Docs for information regarding the framework.
    npm install --global gatsby-cli
  • Fork and Clone the repository
    git clone https://github.com/YOUR_USERNAME/GitStarter
  • Install all the node dependencies
    cd GitStarter
    npm install
  • Run the app in development mode
    gatsby develop
    
  • for Build
    gatsby build
    

Deploy

Deploy to Netlify