Installation
1. Clone the repository
git clone https://github.com/your-org/builderx_api.git
cd builderx_api2. Build docker app
make build3. Run dev (hot reload)
make dev4. Run bash
make bash5. Install library and setup database
mix deps.get
mix ecto.setup6. Install Node.js dependencies for frontend/assets
cd assets
npm install
cd ..Last updated