A Moe local development app :>
-
Cross-platform support: Windows, Linux, and macOS
-
Package management: Easy installation and management of software packages
-
Modern UI: Built with Vue.js and TypeScript for a responsive user experience
-
Fast performance: Powered by Go backend with efficient package handling
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone <repository-url> cd Enty
-
Install dependencies:
wails doctor
To run in live development mode with hot reload:
make dev
# or
wails devThis will start:
- A Vite development server for the frontend
- A development server on http://localhost:34115 for browser testing
- Hot reload for both frontend and backend changes
make dev # Start development server
make build-app # Build production application
make clean # Clean build artifactsTo build a redistributable production package:
make build-appThis project is licensed under the GPL-3 License - see the LICENSE file for details.