Skip to content

Latest commit

Β 

History

History
41 lines (28 loc) Β· 735 Bytes

File metadata and controls

41 lines (28 loc) Β· 735 Bytes

🀝 Contributing

Your contributions are always welcome!

πŸ§‘β€πŸ’» Getting Started


πŸ› οΈ Setup

  1. Clone the repository:

    git clone https://github.com/chud0/FastCacheMiddleware.git
    cd fast_cache_middleware
  2. Mark the fast_cache_middleware directory as "Sources Root" in your IDE (for better imports).

πŸ“¦ Install Dependencies

Use poetry to install packages:

poetry install --with dev

After work


βœ… Running lint and tests

After completing the work, check yourself: execute the script to run the linters

./scripts/lint.sh

And tests:

./scripts/test.sh

If the checks were successful, send your changes to the Pull request.