- Create a
.env
with
HMAC_KEY=my-secret-hmac-key
HOSTNAME=my-fully-qualified-domain-name
-
npm install
-
Enjoy your
dist
-
running npm install will print a .env file to stdout. If you'd like to reproduce the results, set those environment variables.