The BRX CLI simplifies project creation. Install it globally:
npm install -g @bruxx/cli
Run the CLI to scaffold your project:
npx create-brx-app
Follow the prompts to name your project (e.g., my-app).
The CLI sets up the directory, installs dependencies, and initializes Git.
cd my-app
package run dev