The Internet Health Report monitors the conditions of networks that compose the Internet. This effort aims to provide network operators, policymakers, and other stakeholders, with a better understanding of the Internet's infrastructure and its evolution. To understand further click here
Refer to https://nodejs.org/en/ to install nodejs
Refer to https://docs.npmjs.com/cli/v6/configuring-npm to install npm
Clone the project in localhost
git clone https://github.com/InternetHealthReport/ihr-website.git
Install all the npm packages. Go to root directory and type the following command to install all npm packages
npm install
For compilations and hot-reloads in development
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit
See Configuration Reference test
First off, thanks for taking the time to contribute! 🎉🎉
When contributing to this repository, please first discuss the change you wish to make via issue with the maintainers of this repository before making a change. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
- Solve the issues which are listed
- Create your own issue and then send PR.
Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. The basic workflow:
- Fork the repo on GitHub
- Clone the project to your own machine
- Create a branch and name it with the
issue number
- Commit changes to the branch
- Push your work back to your fork
- Rebase your branch with the master branch
- Submit your Pull Request so that we can review it
Please submit your issues and pull request while following the automated template. During the contributing phase abide by the Contributing Guidelines and Code of Conduct.