Installation

⚡️ Setup & Getting Started

1. Clone the repository

git clone https://github.com/your-org/builderx_api.git
cd builderx_api

2. Build docker app

make build

3. Run dev (hot reload)

make dev

4. Run bash

make bash

5. Install library and setup database

mix deps.get
mix ecto.setup

6. Install Node.js dependencies for frontend/assets

cd assets
npm install
cd ..

Last updated