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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ developers. Specifically the [Lighthouse UI](https://lighthouse-book.sigmaprime.
21
21
22
22
### Docker (Recommended)
23
23
24
-
Docker is the recommended way to run Siren. This will expose Siren as a webapp.
24
+
Docker is the recommended way to run Siren. This will expose Siren as a webapp.
25
25
26
26
`docker` is required to be installed with the service running.
27
27
@@ -113,21 +113,20 @@ the background and can be accessed via their local http APIs.
113
113
114
114
### Docker
115
115
116
-
### Docker
116
+
### Docker
117
117
118
118
The docker image can be built with the following command:
119
119
`docker build -f Dockerfile -t siren .`
120
120
121
121
### Building locally
122
122
123
123
#### Build and run the backend
124
-
Navigate to the backend directory `cd backend`. Install all required Node packages by running `yarn`. Once the installation is complete, compile the backend with `yarn build`. Deploy the backend in a production environment, `yarn start:production`. This ensures optimal performance.
125
124
125
+
Navigate to the backend directory `cd backend`. Install all required Node packages by running `yarn`. Once the installation is complete, compile the backend with `yarn build`. Deploy the backend in a production environment, `yarn start:production`. This ensures optimal performance.
126
126
127
127
Navigate to the backend directory `cd backend`. Install all required Node packages by running `yarn`. Once the installation is complete, compile the backend with `yarn build`. Deploy the backend in a production environment, `yarn start:production`. This ensures optimal performance.
128
128
129
129
#### Build and run the frontend
130
-
After initializing the backend, return to the root directory. Install all frontend dependencies by executing `yarn`. Build the frontend using `yarn build`. Start the frontend production server with `yarn start`.
131
130
132
131
After initializing the backend, return to the root directory. Install all frontend dependencies by executing `yarn`. Build the frontend using `yarn build`. Start the frontend production server with `yarn start`.
0 commit comments