Home
Softono

Wali Ui

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

 About Wali Ui

Wali: a personal finance manager build with React

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Wali Ui?

We provide expert installation service for this software. Our team will install, configure, and secure Wali Ui on your server. plans start at just $30.

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