Position size calculator trading tool built with Vite.
To run this app locally follow these steps:
# Install repository
git clone https://github.com/robmeijerink/tradecalculator.git
cd tradecalculator
npm install
npm run build
# Run application on localhost:3000
npm run dev