Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 49872fc

Browse files
committed
added link to video tutorial and blog post on README
1 parent 21c6c6d commit 49872fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,24 @@ This is one example of your typical day-to-day workflow using StaticBackend.
108108

109109
## Get started with the self-hosted version
110110

111+
[![Get started with self-hosted version](https://img.youtube.com/vi/vQjfaMxidx4/0.jpg)](https://www.youtube.com/watch?v=vQjfaMxidx4)
112+
113+
_Click on the image above to see a video showing how to get started with the
114+
self-hosted version_.
115+
111116
Please refer to this [guide here](https://staticbackend.com/getting-started/self-hosting/).
112117

118+
We also have this
119+
[blog post](https://staticbackend.com/blog/get-started-self-hosted-version/)
120+
that also includes the above video.
121+
113122
If you have Docker & Docker Compose ready, here's how you can have your server
114123
up and running in dev mode in 30 seconds:
115124

116125
```shell
117126
$> git clone [email protected]:staticbackendhq/core.git
118127
$> cd core
128+
$> cp .demo.env .env
119129
$> docker build . -t staticbackend:latest
120130
$> docker-compuse -f docker-compose-demo.yml up
121131
```

0 commit comments

Comments
 (0)