Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 410 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 410 Bytes

Backend for the CROSS Solution Hompage

strapi app used by the CROSS Solution Frontend

Install

git clone git@github.com:cross-solution/cms.git
cd cms
yarn

Start

configure .env

SERVER=127.0.0.1
DATABASE_HOST=127.0.0.1
APP_HOST=127.0.0.1

Start development

yarn develop