Skip to main content

intro

Developing​

Prerequisites​

  • NodeJS
  • Yarn

Setting up Dev​

Clone the repository and install install dependencies via yarn.

git clone https://github.com/dennishoyer/cms.git
cd cms/
yarn

Building​

To build all or any of the packages use the build script

# Builds all packages
yarn build

# Builds backend
yarn build:backend

# Builds frontend
yarn build:fronted

# Builds documentation
yarn build:docs