Browse Source

Added gitpod config (#3349)

pull/3370/head
Sven Efftinge 7 years ago
committed by 陈帅
parent
commit
7afe65ce3e
  1. 6
      .gitpod.yml
  2. 6
      README.md

6
.gitpod.yml

@ -0,0 +1,6 @@
ports:
- port: 8000
onOpen: open-preview
tasks:
- init: npm install
command: npm start

6
README.md

@ -112,6 +112,12 @@ $ npm run docker-prod:dev
$ npm run docker-prod:build $ npm run docker-prod:build
``` ```
### Use Gitpod
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design-pro)
More instructions at [documentation](http://pro.ant.design/docs/getting-started). More instructions at [documentation](http://pro.ant.design/docs/getting-started).
## Browsers support ## Browsers support

Loading…
Cancel
Save