kindavishal / gitinit

A fun workshop to help students learn Git and GitHub. Originally created by @haxzie and remixed by Me and @HarishTeens! Leave a star if you like :sparkles:

Home Page:https://gitinit.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello 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/GitMe
  • Install all the node dependencies
    cd GitMe
    npm install
  • Run the app in development mode
    gatsby develop
    
  • for Build
    gatsby build
    

Deploy to Netlify
Netlify Status

About

A fun workshop to help students learn Git and GitHub. Originally created by @haxzie and remixed by Me and @HarishTeens! Leave a star if you like :sparkles:

https://gitinit.js.org

License:MIT License


Languages

Language:JavaScript 74.1%Language:CSS 25.9%