Next.js App Router project with a multi-leg options strategy builder and Tradier Sandbox chain integration.
- Install dependencies:
npm install
- Configure environment:
- Copy
.env.exampleto.env.localand setTRADIER_SANDBOX_TOKEN.
- Copy
- Start dev server:
npm run dev
- Open
http://localhost:3000/options/strategy.
npm testnpm run build