This Repository is ARCHIVED and will no longer be maintained. However, there might be some occasional bug fixes.
This is a budget tracker app.
- Install all the required packages using package manager of choice (yarn and pnpm recommended)
yarn install
yarn global add ionic
or
pnpm i
pnpm add -g ionic
- Build web resources using
ionic cap sync
ionic cap sync
- Open Xcode Workspace at /ios/App/App.xcworkspace or using the command below.
ionic cap open ios
- Continue building as you would on any iOS projects