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.
1 parent d06c001 commit 013348fCopy full SHA for 013348f
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