Skip to Content
DocumentationBackendLocal Setup

Local setup

Requirements

RequirementVersion
Database12.3.2-MariaDB
Node>= 22.22.x
pnpm>= 11.5.x
git*

Setup

  1. Clone repository
git clone git@github.com:nelioscom/cms5-backend.git ./cms5-backend
  1. Setup .npmrc

Make sure you have an .npmrc file with permissions to download our internal packages (@nelioscom/*)

  1. Run pnpm install
pnpm i
  1. Build all
pnpm run buildAll
  1. Setup Database

Set up a database and optionally import a dump from the latest production db.

  1. Setup .env

Setup your .env and make sure to update database credentials.

Last updated on