Skip to content

Commit 26b09b9

Browse files
committed
add remarks to getting started guide that Safari might cause issues (see #1735)
1 parent 8db2f52 commit 26b09b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/development/getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ system:
1111
- [Git](https://git-scm.com/downloads) (for cloning the repository)
1212
- [Docker](https://docs.docker.com/get-docker/) (for running the project)
1313
- [Docker Compose](https://docs.docker.com/compose/install/) (for running the project)
14+
- Chrome or Firefox Browser (Safari might cause issues while developing locally)
1415

1516
::: info Additional Tools
1617
To enable code completion and linting in your IDE, you may also need a NodeJS, yarn, and python installation.
@@ -66,6 +67,11 @@ In principle the setup works similar to running the project locally, however, th
6667
- minio console at [http://localhost:9001](http://localhost:9001).
6768
- documentation at [http://localhost:4000](http://localhost:4000).
6869

70+
::: warning
71+
There are some known issues with Safari while developing locally. Please use Chrome or Firefox instead.
72+
The production build does support Safari.
73+
:::
74+
6975
4. In order to enable code completion and linting in your IDE, you may need to install additional tools.
7076
- For JavaScript/TypeScript, you may need to install NodeJS and yarn.
7177
- For Python, you may need to install python and pip.

0 commit comments

Comments
 (0)