Commit 7afe65ce authored by Sven Efftinge's avatar Sven Efftinge Committed by 陈帅

Added gitpod config (#3349)

parent b3d2d6d9
ports:
- port: 8000
onOpen: open-preview
tasks:
- init: npm install
command: npm start
......@@ -93,25 +93,31 @@ $ npm start # visit http://localhost:8000
### Use by docker
```bash
# preview
# preview
$ docker pull antdesign/ant-design-pro
$ docker run -p 80:80 antdesign/ant-design-pro
# open http://localhost
# dev
# dev
$ npm run docker:dev
# build
# build
$ npm run docker:build
# production dev
# production dev
$ npm run docker-prod:dev
# production build
# production 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).
## Browsers support
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment