sam_nya 6d477eb6cb feat(wizard): implement game selection step with form validation
- Add form validation to game selection step
- Implement previous and next buttons for wizard navigation
- Update SegatoolsConfigFormData interface to allow optional fields
- Add default values for Segatools configuration
- Refactor WizardGameSelect component for better UI and validation
2025-02-11 22:45:17 +08:00
2025-02-06 17:01:57 +08:00

Aqua Starter

A little app to create launch file.

Use it: https://start.msm.moe

Todo

  • Basic segatools.ini config
  • Bundle all startup file to a zip
  • Template for different controller
  • Multi game support

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build
Description
A little app to create launch file.
Readme 195 KiB
Languages
Vue 51.3%
TypeScript 47.9%
JavaScript 0.8%