setup-wizard
v0.1.3
Published
Show a Setup Wizard the first time you remix an application
Readme
Setup Wizard Middleware
Instead of crashing if .env is not ready, show a setup wizard.
Usage
Start by remixing this project, and edit env.json according to your needs.
How to use it on an existing project
Add
setup-wizardto package.jsonCreate
env.jsonto list your required environment variablesAdd this code to your
server.js, before any other route:app.use(require('setup-wizard'));
