Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrogen-dev/projecthydro.org
https://github.com/hydrogen-dev/projecthydro.org
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hydrogen-dev/projecthydro.org
- Owner: hydrogen-dev
- Created: 2018-11-05T14:34:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T20:36:16.000Z (about 4 years ago)
- Last Synced: 2023-03-03T06:42:32.870Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://projecthydro.org/
- Size: 24 MB
- Stars: 6
- Watchers: 5
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/hydrogen-dev/projecthydro.org.svg?branch=master)](https://travis-ci.org/hydrogen-dev/projecthydro.org)
## What am I looking at?
This is the source code for [projecthydro.org](https://projecthydro.org). The codebase is written in React and hosted through GitHub. This is an open source site and we are always looking for contributions. If you are a developer we highly encourage you to pick up an issue and contribute!## How to contribute
1. Fork the repository
2. Grab an issue from the `Issues` tab or create your own!
3. Implement your code changes on your fork
4. Once your code is finalized, create a `Pull Request` referencing your issue## How to run the code locally
1. Clone the repository
2. `npm install`
3. `npm start`