Merge pull request #956 from automatisch/frontend-app-start

docs: Add how to start frontend app for dev setup
This commit is contained in:
Ömer Faruk Aydın
2023-02-24 12:27:02 +01:00
committed by GitHub

View File

@@ -68,7 +68,13 @@ cp .env-example .env
```
Start the frontend server in another terminal tab.
Open [http://localhost:3001](http://localhost:3001) with your browser to see the result. Then, use the `user@automatisch.io` email address and `sample` password to login.
```bash
cd packages/web
yarn dev
```
It will automatically open [http://localhost:3001](http://localhost:3001) in your browser. Then, use the `user@automatisch.io` email address and `sample` password to login.
## Docs server