RIIC Engine is a standalone desktop app for simulating Arknights base setups. The project is currently in development.
npm i
to install dependenciesnpm run tauri dev
to start the app in dev mode or npm run tauri build
to build the appUseful commands:
npm run format
to format all project filesnpm run lint
to lint all project filesnpm run update
to update all dependencies (note: cargo-edit
must be installed)npm run fetch
to fetch the latest game dataLicensed under version 3 of the GNU General Public License or (at your option) any later version. See LICENSE for more details.