Skip to content

Commit 2add58c

Browse files
committed
Merge #458: docs: [#457] update README file
7f68ea9 docs: [#457] update README file (Mario) Pull request description: Resolves #457. ACKs for top commit: josecelano: ACK 7f68ea9 Tree-SHA512: fd43a011d71388e20b021dc63de5faa5bcff6abedba51db2ef25997eff18df7c42d548a16b0e474b21378b92d8de84bd3b3f4b79ecfb30e21e655df736fbf161
2 parents b31d838 + 7f68ea9 commit 2add58c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ git clone https://github.com/torrust/torrust-index-gui.git && cd torrust-index-g
6767
# Install dependencies
6868
npm install
6969

70+
# Set up the .env file (if it doesn't exist, this is the normal behaviour with a newly cloned repo)
71+
if ! [ -f "./.env" ]; then
72+
cp .env.local .env
73+
fi
74+
7075
# Run development server
7176
npm run dev
7277
```

0 commit comments

Comments
 (0)