The personal finance manager you've been waiting for
Source: Halo Lab
- create an
.env
file in project root and add creds:REACT_APP_SECRET_KEY=SECRET_VALUE
npm ci
npm start
now login
now secrets ls
now secrets add REACT_APP_SECRET_KEY <SECRET_VALUE>
- to trigger a production build, run
now --prod
; or, while on themaster
branch, rungit push
- to trigger a staging build, run
now
orgit push
to a branch