GithubHelp home page GithubHelp logo

mgi1982 / hacktoberfest-leaderboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeanverster/hacktoberfest-leaderboard

0.0 2.0 0.0 3.01 MB

SovTech Hacktoberfest Leaderboard

Home Page: https://hacktoberfest18.sovtech.org/

License: MIT License

HTML 8.24% JavaScript 91.76%

hacktoberfest-leaderboard's Introduction

Hacktoberfest '18 Leaderboard

Simple react web app to show the progress of users participating in Hacktoberfest 2018.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project requires Node.js. Run npm install to install all dependencies. To execute the web application run npm run start.

SSL local setup

Until we get a way to setup local GraphQL envs the app is using an AWS instance for those queries. This instance has CORS enabled and will only respond to requests coming from the domain https://hacktoberfest18.sovtech.org/. To get up and running with the app, you can setup a local proxy masking that domain by:

  1. Adding hacktoberfest18.sovtech.org to your hosts file
  2. Installing nginx and adding this to your a enabled site:
server {
	listen 443 ssl;
	server_name hacktoberfest18.sovtech.org;
	ssl_certificate /etc/nginx/fake.crt;
	ssl_certificate_key /etc/nginx/fake.key;
	location / {
		proxy_pass http://127.0.0.1:3000;
	}
}
  1. Generate those fake certificates:
cd /etc/nginx
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout fake.key -out fake.crt
  1. Make sure to restart nginx and refresh your browser hard to get the local version of the running app.

Contributors

  • Andre Hofmeister - Updated README.md with basic information - padme-amidala
  • Marcos Ibanez - Added local SSL info to README.md, added Github Ribbon - mgi1982

Deployment

Deploy to Netlify

hacktoberfest-leaderboard's People

Contributors

fbi23 avatar mgi1982 avatar jonoirwinrsa avatar coreyt355 avatar jvelezpo avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.