This is live demo implementation for the ADia project and deployed at https://pylover.github.io/adia.
Install the dependencies.
You need the nodejs >= 16
, python3
and pip3
to install the
yhttp which required by the server.py
.
make env
...then start the development server.
make lint
make serve
- Lint before commit
- Maximum line width: 79 characters.
- Single qoute for string literals:
'
('foo'
)