# jarvis **Repository Path**: lutepluto/jarvis ## Basic Information - **Project Name**: jarvis - **Description**: Dashboard template based on Bootstrap3 - **Primary Language**: CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-10 - **Last Updated**: 2022-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jarvis Dashboard template based on Bootstrap3 ## Development - Install Gulp ```bash $ npm install gulp -g ``` - Install Jekyll ```bash $ sudo gem install jekyll ``` - Install packages, run gulp dev task and jekyll ```bash $ npm install packages $ gulp dev $ jekyll serve ``` Then go to http://localhost:4000 to check docs