Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 710 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 710 Bytes

basil 🌿

a simple app to create spending categories, add expenses, and track goals

installation

run the following commands to run basil

  1. clone repo

git clone https://github.com/stuttskl/basil.git

  1. cd into directory

cd basil

  1. install packages

npm install

  1. 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.

screenshots