We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2819bda commit f376336Copy full SHA for f376336
README.md
@@ -16,6 +16,11 @@ Install [yarn](https://github.com/yarnpkg/yarn) if you don't have it already:
16
npm install -g yarn
17
```
18
19
+Then copy environment variables and edit them if necessary:
20
+```
21
+cp .env.example .env
22
23
+
24
Then:
25
26
yarn install
@@ -30,6 +35,8 @@ For production builds:
30
35
yarn run prod:start
31
36
32
37
38
+Note: pm2 must be installed to run production builds.
39
33
40
## Directory Structure
34
41
42
├── client # Client-side code
0 commit comments