EquiSight is a personal financial investment application.
This is a personal collaborative project created for mostly didactic purposes.
- Clone repository:
git@github.com:mattcce/equisight.git - Navigate to repository:
cd equisight
node version: v22.15.1 (LTS)
macOS/via brew
- Install
asdf:brew install asdf- Note: for additional configuration options/a more detailed setup guide, see the official docs.
- Install
asdf-nodejs:asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git - Install required node version:
asdf install nodejs(must be run while within repo; .tool-versions must be visible to asdf) - Install
pnpm:brew install pnpm - Install project dependencies:
pnpm install