Skip to content

Latest commit

History

History
29 lines (21 loc) 路 1.11 KB

File metadata and controls

29 lines (21 loc) 路 1.11 KB

Contributor guide

Getting started

This section contains the basics to start hacking webhint:

  • Architecture: The internals of the project and how things communicate with each other (spoiler: using events).
  • Development environment: How to set up your machine to start writing code.
  • Pull requests: If you want to contribute back to the project, make sure to read this section first.
  • Events: List of events used internally.

How to

The ins and outs of the different parts that make webhint plus some common scenarios:

Guides