Home
Softono
wali-ui

wali-ui

Open source TypeScript
17
Stars
4
Forks
11
Issues
2
Watchers
4 months
Last Commit

About wali-ui

Wali: a personal finance manager build with React

Platforms

Web Self-hosted

Languages

TypeScript

Wali

The personal finance manager you've been waiting for

dashboard-design-inpiration

Source: Halo Lab

Development

  1. create an .env file in project root and add creds:
     REACT_APP_SECRET_KEY=SECRET_VALUE
  2. npm ci
  3. npm start

Zeit deployment

initial setup

  1. now login
  2. now secrets ls
  3. now secrets add REACT_APP_SECRET_KEY <SECRET_VALUE>

deployment

  1. to trigger a production build, run now --prod; or, while on the master branch, run git push
  2. to trigger a staging build, run now or git push to a branch