Skip to content

Commit 7f68ea9

Browse files
committed
docs: [#457] update README file
1 parent b31d838 commit 7f68ea9

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)