Skip to content

Commit 8b33615

Browse files
authored
Update README.md
1 parent d8ebf24 commit 8b33615

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ Using JavaScript for full-stack has always been a challenge especially with arch
101101
- Configuration
102102
- Create local environment file `cp .env.dev.example .env`
103103
- Modify `.env` for
104-
- PORT 3000
104+
- PORT `3000`
105105
- NODE_ENV `development` | `production`
106-
- LANDING_URL (http://localhost:3000)
107-
- WEB_URL (http://localhost:5000)
108-
- API_URL (http://localhost:8000)
106+
- LANDING_URL `http://localhost:3000`
107+
- WEB_URL `http://localhost:5000`
108+
- API_URL `http://localhost:8000`
109109
- CONTACT_PHONE, CONTACT_EMAIL, CONTACT_ADDRESS
110110
- GA_TRACKING_ID (Google analytics tracking ID)
111111
- Setup

0 commit comments

Comments
 (0)