Skip to content

ferrlindev/scraper-db-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Database Specification Documentation Site

Welcome to the technical documentation site built with MkDocs.

Table of Contents

Prerequisites

To run this MkDocs site locally, ensure you have the following installed:

  • Python (version 3.8 or higher): Download Python
  • pip: Python package manager (included with Python)
  • Git: To clone the repository (Download Git)

Getting Started

Follow these steps to set up and run the documentation site locally:

  1. Clone the Repository
	git clone https://github.com/qaralink-alpha/scraper-db-spec.git
	cd scraper-db-spec
  1. Create a Virtual Environment (recommend)

    Create and activate a Python virtual environment to manage dependencies

 	python -m venv venv
	source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install Dependencies

    Install the required Python packages, including mkdocs and mkdocs-material, using the provided requirements.txt.

   	pip install -r requirements.txt

Running Locally

  1. To preview the documentation site locally:

    Run the MkDocs development server:

 	mkdocs serve
  1. Open your browser and navigate to http://localhost:8000.

  2. To stop the server, press Ctrl+C in the terminal.

Deploying to Github Pages

-- TBD

License

This project is licensed under the [insert license, e.g., MIT License]. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors