Skip to content

Minimalist blogging platform that empowers writers to create.

Notifications You must be signed in to change notification settings

chunchiehdev/handblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handblog

Handblog is a dynamic blogging platform designed to streamline content creation and management. This guide will help you set up and run the project on your local machine.

Prerequisites

Before you start, ensure you have Python installed on your system. You can download it from python.org.

Getting Started

Setting Up the Virtual Environment

Create a virtual environment to manage the project's dependencies separately from your global Python environment:

python3 -m venv virt

Activating the Virtual Environment

On macOS and Linux:

source virt/bin/activate

On Windows:

virt\Scripts\activate

Installing Dependencies

Install all required packages from the provided requirements.txt file:

pip install -r requirements.txt

Running the Project

Execute the following command to start the project:

python3 app.py

Usage

Once the application is running, you can access it by navigating to http://localhost:5000 in your web browser (assuming the app runs on port 5000).

Contributing

We welcome contributions to Handblog. If you have suggestions for improvements or bug fixes, please open an issue or submit a pull request.

Contact

If you have any questions or feedback, please contact chunchiehdev@gmail.com.

About

Minimalist blogging platform that empowers writers to create.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published