Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 462 Bytes

File metadata and controls

33 lines (21 loc) · 462 Bytes

PostMin

Contribution

Get started

Install the dependencies.

You need the nodejs, python3 and pip3 to install the yhttp which required by the postmin.py.

make env

Lint

make lint

...then start the development server.

make serve

Contribution rules

  • Lint before commit
  • Maximum line width: 79 characters.
  • Single qoute for string literals: ' ('foo')