aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd6e5e3..6e69d1c 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,12 @@ Implementation informations:
- Full login and registration system.
- Full cart system.
- User can see their previous orders on front end.
+
+## How to run this project:
+
+- Copy `client/.env` to `client/.env.local`.
+- Copy `server/.env.example` to `server/.env`.
+- Client's environment variable `VUE_APP_ROOT_API` should match server's `SITE_URL`.
+- On server environment variables `SITE_URL` and `PORT` should be compatible.
+- Navigate to `client` and run `npm run serve`.
+- Navigate to `server` and run `npm run start`.