Skip to content

Sunny-Hasho/Mioe-Release-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mioe Launch Website

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.

🚀 Getting Started

1. Prerequisites

Ensure you have Node.js (v18+) installed.

2. Installation

Navigate to the website directory and install the dependencies:

cd website
npm install

3. Run Development Server

Start the local development server:

npm run dev

Open http://localhost:3000 in your browser to view the site.

4. Build for Production

To generate a production build:

npm run build

🎨 Asset Configuration

To customize your assets on the landing page:

  1. 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.png and src/app/Public/Mioe_icon_new.png.

    To trigger it manually, run:

    npm run copy-assets
  2. Windows Installer (.exe): This is fully automated! Once you compile the production installer for Mioe via npm run tauri build in the app/ 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

About

Mioe is a native, lightweight, and modern AI-powered note-taking and desktop assistant designed to collapse the loop between learning, researching, and capturing knowledge. Built with Tauri 2 (Rust) and React 19 (TypeScript), it runs entirely locally on Windows with direct system integrations, bypassing heavy Electron footprints.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors