diff --git a/README.md b/README.md index 658a78f..ff66d94 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Hello Developers :wave: -## Let's help you submit your first pull request +Let's help you submit your first pull request :sparkles: +Follow the instructions at [GitInit](https://gitinit.js.org) to get started 🚩 -follow the instructions [here](https://gitinit.js.org) to get started. +## Working on the code -## Setting up the project for development +If you wish to make changes to the working of this website or improve it, make an issue explaining the changes you wish to make and open a PR to solve it (if you wish to) and follow the steps below to setup your local development workflow. +If you found an issue and want to report it, open an issue and we'll take a look at it :sparkles: + +### 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. diff --git a/Shruti.md b/Shruti.md deleted file mode 100644 index a84482d..0000000 --- a/Shruti.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: gyalmo -fullname: SHRUTI PANDEY ---- diff --git a/package-lock.json b/package-lock.json index fd7f82b..e1d2c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7579,9 +7579,9 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", + "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==" }, "object-visit": { "version": "1.0.1", diff --git a/package.json b/package.json index 8ea85a1..02a81a4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "GitInit", + "name": "0gitinit", "description": "GitInit - Git workshop exercise", "version": "1.0.0", "author": "kindavishal ", diff --git a/src/pages/404.js b/src/pages/404.js deleted file mode 100644 index f867c71..0000000 --- a/src/pages/404.js +++ /dev/null @@ -1,13 +0,0 @@ -import React from 'react' -import Link from 'gatsby-link' - -const NotFoundPage = () => ( -
-

FOUR-OH-FOUR!

-

You just hit a route that doesn't exist... just like sadness in your life
- Let's take you back to Home -

-
-) - -export default NotFoundPage \ No newline at end of file diff --git a/src/profiles/HarishTeens.md b/src/profiles/HarishTeens.md index 300a9c2..52ea86a 100644 --- a/src/profiles/HarishTeens.md +++ b/src/profiles/HarishTeens.md @@ -1,4 +1,4 @@ --- username: HarishTeens -fullname: Harish RR +fullname: Harish Teens --- diff --git a/src/profiles/Harjotscs.md b/src/profiles/Harjotscs.md deleted file mode 100644 index 08b6165..0000000 --- a/src/profiles/Harjotscs.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: Harjotscs -fullname: Harjot Singh ---- diff --git a/src/profiles/SantanuxD.md b/src/profiles/SantanuxD.md new file mode 100644 index 0000000..2a3c56b --- /dev/null +++ b/src/profiles/SantanuxD.md @@ -0,0 +1,4 @@ +--- +username: SantanuxD +fullname: Santanu Biswas +--- \ No newline at end of file diff --git a/gitinit commit b/src/profiles/amarjit.md similarity index 100% rename from gitinit commit rename to src/profiles/amarjit.md diff --git a/src/profiles/gyalmo.md b/src/profiles/gyalmo.md index 304f7d9..cc5509d 100644 --- a/src/profiles/gyalmo.md +++ b/src/profiles/gyalmo.md @@ -1,5 +1,4 @@ ---- -username: gyalmo -fullname: shruti_pandey ---- - +--- +username: gyalmo +fullname: Shruti Pandey +--- diff --git a/src/profiles/harjotscs.md b/src/profiles/harjotscs.md deleted file mode 100644 index 79f01df..0000000 --- a/src/profiles/harjotscs.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: harjotscs -fullname: Harjot Singh ---- diff --git a/src/profiles/yogeshkaw1.md b/src/profiles/yogeshkaw1.md deleted file mode 100644 index 6a9c6b7..0000000 --- a/src/profiles/yogeshkaw1.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: yogeshkaw -fullname: Yogesh Kawadkar ---- diff --git a/static/CNAME b/static/CNAME index 2885ddc..00981d2 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -gitme.js.org \ No newline at end of file +gitinit.js.org \ No newline at end of file