Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Feb 4, 2024
1 parent 576bbd9 commit e0c6f9a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion web/landing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,19 @@ symfony server:start -d
```

To use [https://flow-php.wip](https://flow-php.wip) you need to [configure local proxy](https://symfony.com/doc/current/setup/symfony_server.html#setting-up-the-local-proxy).
Otherwise, you can use [https://127.0.0.1:800X](https://127.0.0.1:8000);
Otherwise, you can use [https://127.0.0.1:800X](https://127.0.0.1:8000);

## Building Static Content

```
comoser build
```

Before opening a pull request, please verify if the build is successful:

```
php -S localhost:9000 -t build
```

Open: [https://localhost:9000](https://localhost:9000)

0 comments on commit e0c6f9a

Please sign in to comment.