- 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
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
Languages
Vue
51.3%
TypeScript
47.9%
JavaScript
0.8%