Wali
The personal finance manager you've been waiting for

Source: Halo Lab
Development
- create an
.envfile in project root and add creds:REACT_APP_SECRET_KEY=SECRET_VALUE npm cinpm start
Zeit deployment
initial setup
now loginnow secrets lsnow secrets add REACT_APP_SECRET_KEY <SECRET_VALUE>
deployment
- to trigger a production build, run
now --prod; or, while on themasterbranch, rungit push - to trigger a staging build, run
noworgit pushto a branch