Skip to content

hypercycle-development/mosaic-companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

718 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1G6opS0oqO9Ygn97nFvJGFQJakcx1piny

Run Locally

Prerequisites: Node.js v20+

Quick Start

Run the setup script to install dependencies:

./setup.sh

Or manually:

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev

Available Scripts

  • npm run dev - Start development server with hot reload
  • npm run build - Build the application for production
  • npm run start - Start the Electron app via Forge
  • npm run preview - Preview the production build
  • npm run typecheck - Run TypeScript type checking without building
  • npm run clean - Remove build artifacts
  • npm run clean:all - Remove build artifacts, node_modules, and lockfile

Build Scripts (Electron Forge)

Script Description
npm run make Build for current platform/arch
npm run make:linux Build Linux (native arch)
npm run make:linux:x64 Build Linux x64
npm run make:linux:arm64 Build Linux arm64
npm run make:mac Build macOS (native arch)
npm run make:mac:x64 Build macOS x64
npm run make:mac:arm64 Build macOS arm64
npm run make:win Build Windows (native arch)
npm run make:win:x64 Build Windows x64
npm run make:win:arm64 Build Windows arm64
npm run deploy Build and publish to S3 (native arch)
npm run deploy:x64 Build x64 and publish to S3
npm run deploy:arm64 Build arm64 and publish to S3

Helper Scripts

  • ./setup.sh - Automated setup (installs dependencies, creates .env.local)
  • ./start.sh - Quick start script (installs dependencies if needed, then starts the app)

About

Mosaic Browser

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors