This app is a simple Master Unit List search wrapper created for the purposes of creating BattleTech Alpha Strike lists.
"MUL Search" is extremely opinionated on the search flow, to serve a purpose of:
- finding units that can be used for a given Faction in a given Availability Era
- displaying and reviewing the units' Alpha Strike stats in a single pane
The author found the above two behaviors to be difficult in the upstream MasterUnitList UI and necessary for the list-building in the WNRP 350 format.
- Tony Roberts for his pdf2array functionality (published under MIT License)
- ITVBBjorn for their AS Play UI
This app is a basic Next.js project using the new React App router.
Use your favourite editor to deal with code (VSCode was used to write most of this).
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!