You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend to use VSCode and [Devcontainer](../.devcontainer/devcontainer.json) for development. We can keep the development environment consistent and isolated from the host machine. And also same as the CI/CD environment.
4
+
5
+
## Setup
6
+
7
+
After open form the Devcontainer, run the following commands to setup the development environment.
8
+
9
+
```bash
10
+
make poetry
11
+
```
12
+
13
+
```bash
14
+
make build
15
+
```
16
+
17
+
```bash
18
+
# Execution pyhton 3.11 env
19
+
make shell
20
+
```
21
+
22
+
After you finish coding, run the follow commands to check the code quality and test.
0 commit comments