项目作者: cross-solution

项目描述 :
strapi backend for cross-solution.de cross-solution/cross-solution.de
高级语言: JavaScript
项目地址: git://github.com/cross-solution/cms.git
创建时间: 2019-11-29T12:21:14Z
项目社区:https://github.com/cross-solution/cms

开源协议:

下载


Backend for the CROSS Solution Hompage

strapi app used by the CROSS Solution Frontend

Install

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

Start

configure .env

  1. SERVER=127.0.0.1
  2. DATABASE_HOST=127.0.0.1
  3. APP_HOST=127.0.0.1

Start development

  1. yarn develop