We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb8d5d commit 6066c72Copy full SHA for 6066c72
README.md
@@ -1,3 +1,17 @@
1
# LeetCode Kazakhstan Community
2
3
-Open-source application for Kazakhstan LeetCode Community!
+LeetCode Solutions Complexity Analyzer based on Gemini Pro!
4
+
5
+Open-source application for Kazakhstan LeetCode Community `LeetCode.kz`!
6
7
+## Run locally using Docker
8
9
+* **Build:** `docker build -t leetcode-complexity-analyzer .`
10
11
+* **Run:** `docker run -d -p 5000:5000 leetcode-complexity-analyzer`
12
13
+## Contributing
14
15
+Contributions are welcome! Please fork this repository and submit a pull request for any enhancements or bug fixes.
16
17
+Made with ❤️ by @silvermete0r. Feel free to copy, use, and make your own project!
0 commit comments