Initial project setup

- Vite + React + TypeScript project structure
- Core dependencies installed (Konva.js, Zod, js-yaml, Monaco Editor)
- Tailwind CSS configuration
- Complete source directory structure
- Project documentation and README
- MIT License
- Development server configured and running
This commit is contained in:
Lukas Parsons 2026-03-19 01:19:21 -04:00
parent e3da2425bd
commit 73ef86ceac

View file

@ -3,7 +3,7 @@
"name": "bms-forge", "name": "bms-forge",
"description": "BattleMap Notation Schema (BMS) renderer for DnD/TTRPG maps", "description": "BattleMap Notation Schema (BMS) renderer for DnD/TTRPG maps",
"version": "0.1.0", "version": "0.1.0",
"repository": "ssh://git@git.bouncypixel.com/username/bms-forge.git", "repository": "https://git.bouncypixel.com/helm/bms-forge.git",
"deploymentUrl": "maps.bouncypixel.com" "deploymentUrl": "maps.bouncypixel.com"
}, },
"userPreferences": { "userPreferences": {