Skip to content

Commit 3383c09

Browse files
committed
Merge branch 'main' of github.com:matvp91/mixwave
2 parents b2dcca3 + 1715d00 commit 3383c09

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/guide/getting-started.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,19 +234,27 @@ We've already covered how to build Superstreamer locally, and we've also made it
234234
$ bun run dev
235235
```
236236

237+
:::
238+
237239
### Quick Development Environment Setup
238240

239241
We have also created a `docker-compose-dev.yml` so you can setup your development environment faster and start getting hands on!
240242

241-
```shell
243+
::: code-group
244+
245+
```sh [Terminal]
242246
# We have prebuilt development containers, see docker/docker-compose-dev.yml
243247
cd docker
244248
docker-compose -f docker-compose-dev.yml up
245249
```
246250

251+
:::
252+
247253
You can create a file named `config.env.development` for a quick setup. Here is a sample that should work out of the box if default configuration is used:
248254

249-
```shell
255+
::: code-group
256+
257+
```sh [config.env.development]
250258
S3_ENDPOINT=http://s3.localhost.localstack.cloud:4566/
251259
S3_REGION=us-east-1
252260
S3_ACCESS_KEY=test
@@ -272,9 +280,13 @@ SUPER_SECRET=abc
272280
DATABASE_URI=postgresql://postgres:sprs@localhost:5432/sprs
273281
```
274282

283+
:::
284+
275285
Run it with:
276286

277-
```shell
287+
::: code-group
288+
289+
```sh [Terminal]
278290
# Install dependencies
279291
bun install
280292

0 commit comments

Comments
 (0)