linonetwo / DarkDaysArch

An Architecture helper and mod content Designer for Cataclysm-DarkDaysAhead (CDDA).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DarkDayArch

An Architecture helper and mod content Designer for Cataclysm-DarkDaysAhead.

Product Introduction

Diagrams about architecture and UI structure, it uses draw.io (diagrams.net), so you can install drawio plugin of VSCode to open it.

screenshot

Development

npm run following scripts, for example, npm run tauri:dev

ui:start # run dev mode of create-react-app
ui:build
ui:test
tauri:dev # run ui:start as defined in `src-tauri/tauri.conf.json`, and start dev mode of tauri
tauri:build
tauri:help

Open in specific browser

Create a .env.local in project root, and add this to .env.local as create-react-app: How do I “npm start” with a specific browser?:

BROWSER="firefox"

How to debug rust code

App Debugging - tauri.studio/en/docs

About

An Architecture helper and mod content Designer for Cataclysm-DarkDaysAhead (CDDA).

License:Mozilla Public License 2.0


Languages

Language:Rust 52.1%Language:TypeScript 46.1%Language:JavaScript 1.3%Language:HTML 0.6%Language:Shell 0.0%