Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1020 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1020 Bytes

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