An Architecture helper and mod content Designer for Cataclysm-DarkDaysAhead.
Diagrams about architecture and UI structure, it uses draw.io (diagrams.net), so you can install drawio plugin of VSCode to open it.
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
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"