Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhayvashokan/hack-nasa-using-html

Get on board on the quest to hack NASA using HTML
https://github.com/abhayvashokan/hack-nasa-using-html

hack-nasa hacktoberfest html nasa

Last synced: 13 days ago
JSON representation

Get on board on the quest to hack NASA using HTML

Awesome Lists containing this project

README

        



# Time to Hack NASA using HTML

[![Netlify Status](https://api.netlify.com/api/v1/badges/9b682701-8625-46be-ac19-0d2d6ed78421/deploy-status)](https://app.netlify.com/sites/hack-nasa-using-html/deploys)

> 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!

## How to get on-board

1. Fork this repository
2. Edit the `src/contributors.js` file and add your details in the given format.

```js
export const = {
name: ,
username:
};
```

3. Now make a pull request.
4. There is no step 4 ;)

## How to build (offline)

1. Install and setup [git](https://git-scm.com/) & [yarn](https://yarnpkg.com/).
2. Fork and clone: `git clone https://github.com/YOUR_USERNAME/Hack-NASA-using-HTML.git`.
3. Navigate to project folder: `cd Hack-NASA-using-HTML`.
4. Install dependencies: `yarn install`.
5. Run project: `yarn start`.
6. Your local server will be running at [`http://localhost:8080`](http://localhost:8080).