Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lain

Meme Server Potential.

Prerequisites

Install uv for package management.

This project also uses ruff for code formatting and linting, and optionally pre-commit for additional checks.

Getting Started

  1. Install dependencies:

    uv sync --all-extras
    uv run pre-commit install
  2. Run the server:

    uv run chat_server.py

Extras

Format code:

uv run ruff format .

Lint code:

uv run ruff check .

Auto-fix issues:

uv run ruff check --fix .

Common Commands

  • uv sync - Install dependencies
  • uv add <package> - Add a dependency
  • uv run <command> - Run a command in the project environment

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages