This document describes how to develop your own app based on Cella.
Also read the architecture info.
pnpm install
pnpm quick
pnpm install
pnpm docker
pnpm dev
pnpm seed
- Customize your config in
/config/default.ts
- Update package.json with your own data
- Look at you .env file to understand what is required and update accordingly
- There are many config files, which end with '-config.ts'. Here you can set for example your entity structure or your navigation structure.
Currently, Cella CLI is limited to creating a cella project, listing diverged files and pulling upstream changes. Config can be found in cella.config.js.
Receive a list of files that have diverged from cella itself. The files you have ignored in cella.config.js will not be listed.
pnpm diverged
Pull upstream changes from cella. Changes in files that are in the cella ignore list will automatically be undone, to reduce conflicts.
pnpm upstream:pull