# ltcd4vip **Repository Path**: FangFengDewall/ltcd4vip ## Basic Information - **Project Name**: ltcd4vip - **Description**: LeetCode problems crawling including those for vip - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ltcd4vip [website](http://leetcode.liangjiateng.cn/leetcode/algorithm) ## Deploy Make sure your server has installed docker. ### 1. Build a Image In **bin** directory: `./docker_build.sh [option]` (test, prod) **Usage:** `./docker_build.sh test` ### 2. Start the web server ``` docker attach ltcd4vip:lastest ./bin/run.sh test (test, prod) ```