Install docker compose plugin if it not already installed
Install Node.js >= v18.17.0 manually or via node version manager.
Start project in dev mode:
# Start backend for datalens:
git clone git@github.com:datalens-tech/datalens.git
cd datalens
docker compose -f docker-compose-dev.yml up
# Start datalens ui in dev mode:
git clone git@github.com:datalens-tech/datalens-ui.git
cd ui
npm ci
npm run dev
Now you can open datalens in dev mode at http://localhost:3030
Hostname:
pg-demo-connection
Port:
5432
Path to database:
demo
Username:
demo
Password:
demo