Skip to content

Commit 3432d2c

Browse files
authored
Update README.md
1 parent 362809a commit 3432d2c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,25 @@ node -v: v20.17.0
88
Google Gemini API key
99

1010
# Build project:
11+
```
1112
npm install
1213
npm run build
14+
```
1315

1416
# Start project locally:
17+
```
1518
npm run start
19+
```
1620

1721
# Build docker image:
22+
```
1823
docker build -t tarot-guide .
24+
```
1925

2026
# Run application:
2127

22-
create mysecrets.env file with GEMINI_API_KEY=<YOUR API KEY>
28+
create mysecrets.env file with ```GEMINI_API_KEY=<YOUR API KEY>```
2329

30+
```
2431
docker run -d --env-file ./mysecrets.env --restart always -p 3000:3000 tarot-guide
32+
```

0 commit comments

Comments
 (0)