Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 408 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 408 Bytes

Contributing

Installation

  • Install yarn

  • In a project directory run:

    yarn

Running

To start site locally run:

webpack-dev-server

Building

To build project run:

NODE_ENV='production' webpack -p

Commit message style

Please try to write great commit messages.