Skip to content

Latest commit

History

History
16 lines (10 loc) 路 411 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) 路 411 Bytes

Contributing Guide

Contributions are welcome and are greatly appreciated!

Running the documentation locally

After forking and cloning this repository, do the following steps to get started:

npm install
npm start

After this, point your browser to the specified port (defaults to http://localhost:4000).

The browser will automatically refresh when there are changes to any of the source files.