Getting Started

Installation


Installation

CodeNx is a lightweight binary that works across all major operating systems.

Prerequisites


- Node.js v18+
- npm, yarn, or bun
- A PostgreSQL database (for production)

Global Install


`bash
bun add -g codenx
`

Local Project Setup


`bash
codenx init
`