Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

inedible-dev/Budget

Repository files navigation

This Repository is ARCHIVED and will no longer be maintained. However, there might be some occasional bug fixes.

Budget

This is a budget tracker app.

Build Instructions

  1. 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
  1. Build web resources using ionic cap sync
ionic cap sync
  1. Open Xcode Workspace at /ios/App/App.xcworkspace or using the command below.
ionic cap open ios
  1. Continue building as you would on any iOS projects

Packages

No packages published