This is a premium, Apple-style product launch website for Mioe, built with Next.js 15, React 19, and TypeScript. It features a dark theme, bento grids, and interactive CSS-based mockups simulating the app's signature features.
Ensure you have Node.js (v18+) installed.
Navigate to the website directory and install the dependencies:
cd website
npm installStart the local development server:
npm run devOpen http://localhost:3000 in your browser to view the site.
To generate a production build:
npm run buildTo customize your assets on the landing page:
-
App Icon: This is fully automated. When you run the dev server or production build, a script pre-hook automatically copies the icon to
website/public/Mioe_icon_new.png. It checks both../app/public/Mioe_icon_new.pngandsrc/app/Public/Mioe_icon_new.png.To trigger it manually, run:
npm run copy-assets
-
Windows Installer (.exe): This is fully automated! Once you compile the production installer for Mioe via
npm run tauri buildin theapp/folder, the build pre-hook script automatically copies the NSIS installer (app/src-tauri/target/release/bundle/nsis/Mioe_0.1.0_x64-setup.exe) to the website's public downloads folder.To trigger the copy process manually, run:
npm run copy-assets