We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ffe4a commit a662993Copy full SHA for a662993
1 file changed
readme.md
@@ -11,6 +11,17 @@ __________________
11
```
12
13
# studioromeo.github.com
14
+
15
The source code of https://studioromeo.co.uk/
16
17

18
19
+## Get Started
20
21
+For simplicity this project uses [docker](https://www.docker.com) containers to manage jekyll and ruby. Once installed its a case of running
22
23
+```
24
+docker compose up -d
25
26
27
+And the app should be available on [http://localhost:4000/](http://localhost:4000)
0 commit comments