Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haxzie-xx/gitme
- Owner: haxzie-xx
- License: mit
- Created: 2018-06-21T16:26:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T09:02:24.000Z (about 4 years ago)
- Last Synced: 2024-09-26T08:02:21.253Z (4 months ago)
- Topics: campus-experts, hacktoberfest, hacktoberfest2018, probot
- Language: JavaScript
- Homepage: https://gitme.js.org
- Size: 434 KB
- Stars: 16
- Watchers: 2
- Forks: 65
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello Developers :wave:
## Let's help you submit your first pull requestfollow 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)