oneway_platform
v1.0.1
Published
Developed by Oneway Esport Aps
Downloads
2
Readme
Oneway Esport
Developed by IT Minds
This repository contains two services
Setup
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
cms (Strapi)
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.
frontend
cd frontend
npm i
npm run validate
npm run dev
There's a debug recipe for VSCode as part of the workspace.