Skip to content

pylover/adia-live

Repository files navigation

ADia live demo

Deploy

This is live demo implementation for the ADia project and deployed at https://pylover.github.io/adia.

Contribution

Get started

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

Contribution rules

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