A game launcher built with Electron
This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-12-24 17:36:49 +01:00
build Create initial project 2024-12-08 20:26:30 +01:00
resources Create initial project 2024-12-08 20:26:30 +01:00
src Remove verbose settings 2024-12-24 17:36:49 +01:00
.editorconfig Create initial project 2024-12-08 20:26:30 +01:00
.eslintignore Create initial project 2024-12-08 20:26:30 +01:00
.eslintrc.cjs Create initial project 2024-12-08 20:26:30 +01:00
.gitignore Update .gitignore 2024-12-15 12:08:24 +01:00
.npmrc Create initial project 2024-12-08 20:26:30 +01:00
.prettierignore Create initial project 2024-12-08 20:26:30 +01:00
.prettierrc.yaml Create initial project 2024-12-08 20:26:30 +01:00
dev-app-update.yml Create initial project 2024-12-08 20:26:30 +01:00
electron-builder.yml Create initial project 2024-12-08 20:26:30 +01:00
electron.vite.config.ts Create initial project 2024-12-08 20:26:30 +01:00
package-lock.json Add basic user settings handling 2024-12-24 17:35:26 +01:00
package.json Add basic user settings handling 2024-12-24 17:35:26 +01:00
README.md Create initial project 2024-12-08 20:26:30 +01:00
tsconfig.json Create initial project 2024-12-08 20:26:30 +01:00
tsconfig.node.json Update tsconfig according to sindresorhus/electron-store#276 2024-12-24 16:48:32 +01:00
tsconfig.web.json Create initial project 2024-12-08 20:26:30 +01:00

Umbra TODO

An Electron application with React and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux