0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00
This commit is contained in:
Trevor Buckner
2020-01-21 10:05:03 -05:00
parent ecd25ca49f
commit e8dcb042f8

View File

@@ -19,8 +19,8 @@ Third, you will need to add the environment variable `NODE_ENV = local` to allow
You can set this temporarily in your shell of choice:
* Windows Powershell: `$env:NODE_ENV="local"`
* Windows CMD: `set NODE_ENV=production`
* Linux / OSX: `export NODE_ENV=production`
* Windows CMD: `set NODE_ENV=local`
* Linux / OSX: `export NODE_ENV=local`
Fourth, you will need to install the program and run it using the two commands: