Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Nov 9, 2018
1 parent 1024a2b commit e889dae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@ server.orm.database().sync({
}).then(() => { console.log('Sync done.'); });
```

### 开发

```
git clone https://github.com/d-band/auth-center.git
cd auth-center
npm install
npm run dev
npm start
```

### 参考链接

- https://github.com/oauthjs/express-oauth-server
Expand Down

0 comments on commit e889dae

Please sign in to comment.