netneutrality/savetheinternet.in

Name: savetheinternet.in

Owner: Net Neutrality India

Description: Response generator for the TRAI consultation paper

Created: 2015-04-10 12:12:24.0

Updated: 2018-05-01 04:58:33.0

Pushed: 2016-12-11 20:46:28.0

Homepage: http://www.savetheinternet.in

Size: 29724

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

SaveTheInternet.in

Send your views to TRAI!

Join us in fighting for net neutrality. Let?s remind TRAI that their job is to protect the rights of consumers, not the profit margins of telcos. Let?s demand access to the free, open Internet.

Help us

Help us by reporting issues and by giving suggestions, or contributing to the code.

If you'd like to join our discussions, please contact us via email.

Code

Please make all Pull Requests against the stage branch. Pull Requests made against master will have to be closed and made against stage.

If you are making major changes, create a new issue (or comment on the existing issue) and tell that you are working on it (we might already be working on it). And work on a new branch. For example,

t checkout -b large-bug-fix-issue-19

Please make sure you merge the latest commits from stage into your pull request at the time of creating it. If there are conflicts while merging your pull request we will ask you to pull the latest changes, resolve conflicts, and come back. To do this:

add remote repo if you haven't already
t remote add upstream git@github.com:netneutrality/savetheinternet.in.git

fetch and incorporate upstream changes
t fetch upstream
t checkout stage
t pull --rebase upstream stage

go back to your branch and resolve the issues
t checkout large-bug-fix-issue-19
t rebase stage

Optional: Install editorconfig plugin on your editor/IDE, in order to maintain consistence file formatting.

How to run it locally

Install node

 app_directory
m install
m start

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.