Skip to content

Commit f376336

Browse files
Updated "getting started" instructions
1 parent 2819bda commit f376336

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Install [yarn](https://github.com/yarnpkg/yarn) if you don't have it already:
1616
npm install -g yarn
1717
```
1818

19+
Then copy environment variables and edit them if necessary:
20+
```
21+
cp .env.example .env
22+
```
23+
1924
Then:
2025
```
2126
yarn install
@@ -30,6 +35,8 @@ For production builds:
3035
yarn run prod:start
3136
```
3237

38+
Note: pm2 must be installed to run production builds.
39+
3340
## Directory Structure
3441
```
3542
├── client # Client-side code

0 commit comments

Comments
 (0)