@@ -28,6+28,20 @@ The server script waits for connections from clients. When a client connects, th
The server script uses the websockets and ocpp libraries to facilitate the WebSocket and OCPP communication.
+## Development
+
+### Code formatting
+
+```shell
+poetry run task format
+```
+
+### Code linting
+
+```shell
+poetry run task lint
+```
+
## Note
Primarily, this software is intended for testing applications. The server script don't adhere to the full OCPP specifications and it is advised not to use them in a production environment without additional development.