a simple app to create spending categories, add expenses, and track goals
run the following commands to run basil
- clone repo
git clone https://github.com/stuttskl/basil.git
- cd into directory
cd basil
- install packages
npm install
- run on your desired platform (ios, android, web)
npm run ios
npm run web
npm run android
** if running android, make sure you have an Android SDK installed on your machine.