/blog

Personal Blog

Primary LanguageHTML

Personal Blog

This is a simple but powerful and beautiful personal blog.
You can write your posts with Markdown.

Technologies

Python Django HTML TailwindCSS Markdown

How to Run?

Clone the project

git clone https://github.com/AFzOfficial/django-blog.git

cd django-blog

Setup env

python3 -m venv .venv
source .venv/bin/activate

Install Depends

pip install -r requirements.txt

Run Development Server

python3 manage.py runserver

Open 127.0.0.1:8000 in your browser