Skip to content

Commit 060639a

Browse files
committed
Added selfhosted project description
1 parent d1b828b commit 060639a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

selfhosted/keerthi-selfhosted.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# My Self-Hosted Project
2+
This project demonstrates how to set up and run **Mealie**, a self-hosted recipe management app, locally on my laptop.
3+
How to Install
4+
1. Clone the repository:
5+
```bash
6+
git clone https://github.com/hay-kot/mealie.git
7+
2.cd mealie
8+
3.docker-compose up -d
9+
4.http://localhost:9925
10+
5Team member:Gelli Keerthi
11+
----------------
12+
Steps to add this file:
13+
In your terminal:
14+
```bash
15+
mkdir -p selfhosted
16+
nano selfhosted/keerthi-selfhosted.md
17+
18+

0 commit comments

Comments
 (0)