We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b31d838 + 7f68ea9 commit 2add58cCopy full SHA for 2add58c
README.md
@@ -67,6 +67,11 @@ git clone https://github.com/torrust/torrust-index-gui.git && cd torrust-index-g
67
# Install dependencies
68
npm install
69
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
+
75
# Run development server
76
npm run dev
77
```
0 commit comments