Install the dependencies.
You need the nodejs
, python3
and pip3
to install the
yhttp which required by the postmin.py
.
make env
make lint
...then start the development server.
make serve
- Lint before commit
- Maximum line width: 79 characters.
- Single qoute for string literals:
'
('foo'
)