docs: fix the .env path for running locally

This commit is contained in:
Andrew
2023-10-31 16:38:38 +05:30
committed by GitHub
parent 7f50445657
commit dedabc0e6e
+2 -2
View File
@@ -19,9 +19,9 @@ Below are the steps to follow -
```
git clone https://github.com/OpenSignLabs/OpenSign.git
```
- Copy the .env.frontend_dev file to .env using below command(on mac & linux). For windows use COPY command instead.
- Copy the .env.frontend_dev file to apps/OpenSign/.env using below command(on mac & linux). For windows use COPY command instead.
```
cp .env.frontend_dev .env
cp .env.frontend_dev apps/OpenSign/.env
```
- CD to /apps/OpenSign directory
- Install NPM packages using