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
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ We recommend using our production environment for testing. You can find the prod
6
6
7
7
## DISCLAIMER: Our executor service can only run on x86_64 architecture. If you are using a different architecture, you will not be able to run the executor locally. However, you can still test the rest of the application.
8
8
9
-
1. Install Docker for your operating system. You can find the installation instructions [here](https://docs.docker.com/get-docker/).
10
-
2. Clone the repository.
11
-
3. In the frontend folder, add .env file with the following content:
9
+
- Install Docker for your operating system. You can find the installation instructions [here](https://docs.docker.com/get-docker/).
10
+
- Clone the repository.
11
+
- Run `git submodule update --init` to clone the submodules.
12
+
- In the frontend folder, add .env file with the following content:
0 commit comments