Kids in October struggle to make four pull requests. We superior beings must get our free tyrannosaurus-shirts by hacking NASA. Get onboard the quest by making a pull request to this repo. Everyone is welcome. Everyone means you too Elon Musk!
-
Fork this repository
-
Edit the
src/contributors.js
file and add your details in the given format.export const <your-github-id> = { name: <your-name>, username: <your-github-id> };
-
Now make a pull request.
-
There is no step 4 ;)
- Install and setup git & yarn.
- Fork and clone:
git clone https://github.com/YOUR_USERNAME/Hack-NASA-using-HTML.git
. - Navigate to project folder:
cd Hack-NASA-using-HTML
. - Install dependencies:
yarn install
. - Run project:
yarn start
. - Your local server will be running at
http://localhost:8080
.