Local setup
Requirements
| Requirement | Version |
|---|---|
| Database | 12.3.2-MariaDB |
| Node | >= 22.22.x |
| pnpm | >= 11.5.x |
| git | * |
Setup
- Clone repository
git clone git@github.com:nelioscom/cms5-backend.git ./cms5-backend- Setup .npmrc
Make sure you have an .npmrc file with permissions to download our internal packages (@nelioscom/*)
- Run pnpm install
pnpm i- Build all
pnpm run buildAll- Setup Database
Set up a database and optionally import a dump from the latest production db.
- Setup .env
Setup your .env and make sure to update database credentials.
Last updated on