Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 460 Bytes

File metadata and controls

26 lines (17 loc) · 460 Bytes

IndexSwapy

Convert QQQ, NDX, NQ, SPY, and ES values using live ratios.

Version 2.0.0. Built with Vite, React, Tailwind, and shadcn/ui.

Live: indexswapy.netlify.app

Development

npm install
npm run dev

Locally the UI calls http://127.0.0.1:8888. Start the backend API on that port first.

npm test
npm run build

Deploy

Netlify build command: npm run build
Publish directory: dist