A modern, user-friendly code snippet library platform where developers can discover, share, and manage code snippets easily.
- 🔍 Advanced snippet discovery and search
- 💻 Rich code display with syntax highlighting
- 🔐 User authentication and management
- 📱 Responsive design
- 📊 User analytics
- 🔄 Version control for snippets
- Python with pip (I have no idea from what version of python this works on, I have the latest version)
- Git (Optional, only for cloning the repository and contributing)
- Everything on requirements.txt
- Clone the repository
git clone https://github.com/iakzs/ks-code-snippet-library.git
- Install dependencies
pip install -r requirements.txt
- Start the development server
python run.py
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details