A tool for producing Lancer Content Packages for use with COMP/CON. More information about LCPs, including technical notes and content examples, can be found in the lancer-data repository: https://github.com/massif-press/lancer-data
This app is experimental, subject to frequent and/or profound change, and is only lightly tested. It is provided as-is, but the author makes no guarantees to its operation nor to the output it produces. That said, it is an open source project and contributions and forks are very welcome. Discussion regarding this app should be held in the the #compcon-homebrew channel on the official LANCER Discord.
Requires Vue 3 + Vite to build. Install dependencies with npm install. Tested on Node 16+.
npm run dev(vite): runs development version, starts server on localhostnpm run build(vite build): generates production buildnpm run preview(vite preview): preview most recent production build, starts server on localhost