Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhayvashokan/hack-nasa-using-html
- Owner: AbhayVAshokan
- License: mit
- Created: 2021-09-30T14:52:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T04:40:18.000Z (about 1 month ago)
- Last Synced: 2024-11-18T05:33:02.723Z (about 1 month ago)
- Topics: hack-nasa, hacktoberfest, html, nasa
- Language: JavaScript
- Homepage: https://hack-nasa-using-html.netlify.app/
- Size: 224 KB
- Stars: 8
- Watchers: 2
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).