GitHub Help Wanted was built to help connect developers with open-source projects.
Checkout the site at github-help-wanted.com
Find a project where the community needs your help and dive in!
I want your help too!
I encourage you to:
- ⭐ this project
- checkout the open issues, or create an issue
- post a pull request
This website is written with React and Redux using the Semantic-UI-React css framework.
note: sudo
may be required for docker interaction based on your installation config.
# clone this repository
git clone [email protected]:mac-s-g/github-help-wanted.git && cd github-help-wanted
# install dependencies
npm install
# run the dev server at http://localhost:3100/
npm run dev
Open a web browser on port 3100.
# clone this repository
git clone [email protected]:mac-s-g/github-help-wanted.git && cd github-help-wanted
# install dependencies
npm install
# run the dev server at http://localhost:3100/
npm run build
# copy build resources to /dist/
cp ./src/images/favicon.ico README.md CNAME ./dist/
I recommend using docker for development because it enforces environmental consistency.
If you're interested in using docker for development, checkout the contribution instructions in /docker/README.md
.