Dump your LeetCode solutions, and generate a static website to show them.
346
See https://github.com/JacobLinCool/LeetCode-Dump
Dump all solutions and notes:
docker run --rm -v $(pwd)/leetcode:/usr/workspace/leetcode jacoblincool/leetcode-dump -s "YOUR_LEETCODE_SESSION"
Build website from the dumped solutions and notes:
docker run --rm -v $(pwd)/leetcode:/usr/workspace/leetcode -v $(pwd)/site:/usr/workspace/site jacoblincool/leetcode-dump build
Content type
Image
Digest
Size
86.6 MB
Last updated
over 4 years ago
docker pull jacoblincool/leetcode-dump