Developed by IT Minds
This repository contains two services
This project is projected by git hooks using husky so be sure to set those up as follows:
npm i
code itm-proj.code-workspace
cd cms
npm i
npm run validate
npm run dev
Strapi also needs a MySQL database in order to function. If not using the default setup in the Strapi database config, use the .env file to set values.
cd frontend
npm i
npm run validate
npm run dev
There's a debug recipe for VSCode as part of the workspace.