Skip to content

beequeryapp/beequery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeeQuery Monorepo

A monorepo containing the BeeQuery desktop application and website.

Structure

  • apps/desktop/ - Wails desktop application (Go + React)
  • apps/website/ - Next.js website

Getting Started

Install Dependencies

bun run install:all

Development

Run both applications:

bun run dev

Run desktop app only:

bun run dev:desktop

Run website only:

bun run dev:website

Building

Build both applications:

bun run build

Build desktop app only:

bun run build:desktop

Build website only:

bun run build:website

Wails Commands

Run Wails-specific commands for the desktop app:

# Development mode (from apps/desktop/ directory)
wails dev

# Build desktop app (from apps/desktop/ directory)
wails build

# Generate Go bindings (from apps/desktop/ directory)
wails generate module

About

The open-source database management tool for modern developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors