# codingapi.github.io **Repository Path**: mirrors_codingapi/codingapi.github.io ## Basic Information - **Project Name**: codingapi.github.io - **Description**: CodingApi page - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodingApi Page http://www.codingapi.com ## Running locally You need Ruby and gem before starting, then: ``` # install bundler gem install bundler # clone the project git clone https://github.com/aksakalli/jekyll-doc-theme.git cd jekyll-doc-theme # install dependencies bundle install # run jekyll with dependencies bundle exec jekyll serve ```