Skip to content

Commit 805ce63

Browse files
Fully-automate dev setup with Gitpod
Co-Authored-By: Jan Keromnes <[email protected]>
1 parent 2699c88 commit 805ce63

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ports:
2+
- port: 8000
3+
onOpen: open-preview
4+
5+
tasks:
6+
- init: composer update
7+
command: php -S 0.0.0.0:8000 -t public/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Symfony Demo Application
22
========================
33

4+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/symfony-demo)
5+
46
The "Symfony Demo Application" is a reference application created to show how
57
to develop applications following the [Symfony Best Practices][1].
68

0 commit comments

Comments
 (0)