We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@maxbeatty and @jcblw
I've uploaded a repo with sample code showing everything I mentioned on my first message.
All examples use [email protected], [email protected], and [email protected].
[email protected]
Clone it and then make sure you also pull all the branches. Here's a one-liner to do that.
Each branch has a README.md with details about that particular branch. Make sure to check it out.
Start by trying out the master branch. Install all the dependencies with npm install. Then run the app with npm start.
master
npm install
npm start
Then try the other two branches: preload-dotenv and import-dotenv-then-config.
preload-dotenv
import-dotenv-then-config
Let me know how it goes.
Originally posted by @Sparragus in #89 (comment)
The text was updated successfully, but these errors were encountered:
wrong
Sorry, something went wrong.
No branches or pull requests
I've uploaded a repo with sample code showing everything I mentioned on my first message.
All examples use
[email protected]
,[email protected]
, and[email protected]
.Clone it and then make sure you also pull all the branches. Here's a one-liner to do that.
Each branch has a README.md with details about that particular branch. Make sure to check it out.
Start by trying out the
master
branch. Install all the dependencies withnpm install
. Then run the app withnpm start
.Then try the other two branches:
preload-dotenv
andimport-dotenv-then-config
.Let me know how it goes.
Originally posted by @Sparragus in #89 (comment)
The text was updated successfully, but these errors were encountered: