Skip to content

Commit

Permalink
fix: start with local cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cangku authored and ly525 committed Sep 25, 2019
1 parent c4a990b commit a1a5542
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions back-end/h5-api/README.md
Expand Up @@ -5,13 +5,9 @@
#!zh: 项目启动

```bash
# install strapi globally
# #!zh: 全局安装 strapi
npm install strapi@beta -g
yarn

yarn install

strapi develop
yarn dev

# #!en: default database is sqlite3(h5-api/.tmp/data.db)
# #!zh: 默认数据库是 sqlite3,位置在 h5-api/.tmp/data.db
Expand Down

0 comments on commit a1a5542

Please sign in to comment.