Skip to content

Coding style

Kiss, György edited this page Jun 17, 2020 · 2 revisions

Frontend

  1. Delete the node_modules dir in code/frontend on your host machine
  2. Make sure you have everything installed for vscode what's inside .vscode/extensions.json
  3. Run yarn inside code/frontend on the host machine

Backend

We use Black for auto-formatting Python files.

Clone this wiki locally