Skip to content

Latest commit

 

History

History
111 lines (72 loc) · 3.83 KB

README.md

File metadata and controls

111 lines (72 loc) · 3.83 KB


license Release Version PRs Welcome Community

MtBird SaaS 中文文档

MtBird-SaaS is a low-code platform for HTML Page、Website. We help to build page without code or less code. It also support Wechat Mini-Program. This is fully repository, the main frontend editor is isolated, see this mtbird editor

Online Product

Getting Start

git clone https://github.com/staringos/mtbird-saas

1. Start in docker

Start server

yarn build-compose
yarn up-compose

2. Start Manually

Require NodeJS version: >=18

  1. Install dependencies
yarn
  1. Start server
yarn run start

Configuration

Config file from .env

Requirement:

# mysql 数据库链接
DATABASE_URL="mysql://"

# Qiniu Cloud for CDN
QINIU_ACCESS_KEY=
QINIU_SECRET_KEY=
BUCKET=
BUCKET_REGISTRY=

# CDN URL
NEXT_PUBLIC_CDN_URL=

Open: http://localhost:3000/

Develop mtbird library mode see this document

More Usage

Docs

Contributing

PRs & Issues are all welcome, feel free to ask question or submit your code.

CONTRIBUTING