Skip to content

Commit

Permalink
docs: update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Aug 8, 2024
1 parent f484e2e commit 211bb0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ git clone https://github.com/maelgangloff/domain-watchdog.git
```shell
symfony server:start
```
6. Don't forget to set up workers to process the [message queue](https://symfony.com/doc/current/messenger.html)
#### Frontend
Expand All @@ -60,6 +61,15 @@ git clone https://github.com/maelgangloff/domain-watchdog.git
```shell
yarn build
```
4. Add and modify the following files as you wish:
~~~
public/contents/home.md
public/contents/privacy.md
public/contents/tos.md
public/contents/faq.md
public/images/icons-512.png
public/favicon.ico
~~~
## Update
Expand Down

0 comments on commit 211bb0f

Please sign in to comment.