Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mheidari98 authored Feb 25, 2024
1 parent 472d985 commit 00e0ff7
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# writeups
# رایتاپ‌های تیم فلگ موتوری

ما برای سایتمون از **MkDocs** تم **material** استفاده میکنیم.

برای بالا اوردن سایت روی سیستم خودتون از دستورات زیر استفاده کنید.

```console
# 1. clone
git clone https://github.com/ctf-wiki/ctf-wiki.git
# 2. requirements
pip install -r requirements.txt
# generate static file in site/
mkdocs build
# deploy at http://127.0.0.1:8000
mkdocs serve
```

> [!TIP]
> برای تست لوکال، وقتی فایل مارک داون تغییر کنه، خودکار سایت آپدیت میشه

0 comments on commit 00e0ff7

Please sign in to comment.