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: about 2 months ago
JSON representation
Get on board on the quest to hack NASA using HTML
- Host: GitHub
- URL: https://github.com/abhayvashokan/hack-nasa-using-html
- Owner: AbhayVAshokan
- License: mit
- Created: 2021-09-30T14:52:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T04:40:18.000Z (11 months ago)
- Last Synced: 2025-03-29T11:43:01.426Z (7 months ago)
- Topics: hack-nasa, hacktoberfest, html, nasa
- Language: JavaScript
- Homepage: https://hack-nasa-using-html.netlify.app/
- Size: 190 KB
- Stars: 8
- Watchers: 1
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Time to Hack NASA using HTML
[](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).