# my-game An AeThex project created with `aethex new`. ## Getting Started ```bash # Install dependencies npm install # Build (JavaScript) npm run build # Build (Roblox/Lua) npm run build:roblox # Watch mode npm run watch ``` ## Project Structure - `src/` - AeThex source files (.aethex) - `build/` - Compiled output ## Learn More - [AeThex Docs](https://aethex.dev/lang) - [Examples](https://github.com/aethex/aethex-lang/tree/main/examples)