Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haxzie-xx/gitme

A fun workshop exercise for taking first steps on submiting a Pull Request on GitHub
https://github.com/haxzie-xx/gitme

campus-experts hacktoberfest hacktoberfest2018 probot

Last synced: 4 months ago
JSON representation

A fun workshop exercise for taking first steps on submiting a Pull Request on GitHub

Awesome Lists containing this project

README

        

# Hello Developers :wave:
## Let's help you submit your first pull request

follow the instructions [here](https://gitme.js.org) 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](https://www.gatsbyjs.org/docs/) for information regarding the framework.
```sh
npm install --global gatsby-cli
```
- Fork and Clone the repository
```sh
git clone https://github.com/YOUR_USERNAME/GitMe
```
- Install all the node dependencies
```sh
cd GitMe
npm install
```
- Run the app in development mode
```
gatsby develop
```
- for Build
```
gatsby build
```

## Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/haxzie/GitMe)