update readme
This commit is contained in:
parent
c5a1692d6b
commit
ab45027821
12
README.md
12
README.md
@ -20,10 +20,16 @@ This project is built with with HTML, CSS and Java Script.
|
||||
|
||||
## Installment (for local use)
|
||||
1. Clone the repository
|
||||
2. Open the project folder
|
||||
3. Run with Live Server Extension
|
||||
2. Create an .env file and copy the example below into it
|
||||
3. Run `docker compose -f docker-compose.yml --env-file .env up -d --build`
|
||||
4. Website will be available at `http://localhost:1801`
|
||||
|
||||
### Example envfile
|
||||
```
|
||||
code....
|
||||
PORT_PREFIX=180
|
||||
DB_USER=onlyprompt
|
||||
DB_NAME=onlyprompt
|
||||
DB_PASSWORD=onlyprompt
|
||||
```
|
||||
|
||||
## Technologies, Libraries, Frameworks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user