GitHunt
MA

mayokunadeniyi/GitStarter

GitStarter helps first time contributors make their first Pull Request

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

Languages

JavaScript75.0%CSS25.0%
MIT License
Created October 16, 2019
Updated January 9, 2021
mayokunadeniyi/GitStarter | GitHunt