--- layout: default title: "Sleek - Admin Dashboard Template" bodyClass: "sidebar-fixed sidebar-dark header-light header-fixed" parent: "documentation" sub_parent: "" activePage: "setup" ---
We use Jekyll and Node to serve and build Sleek Dashboard. To use our build system and run project locally follow these instructions -
gem install bundler
git clone https://github.com/tafcoder/sleek-dashboard.git
/sleek-dashboard
directory and Install dependency with
npm install
then bundle install
Note: For Windows Read this guide to get Jekyll up and running without problems.
Open your command line to the root ./sleek-dashboard
directory of the theme to use the
following commands:
npm start
. It compiles the SCSS/JS/HTML and starts a server. Any changes made to the source files will be compiled as soon as you save the file. Open http://localhost:4000
in your browser. Now you will find compiled CSS and JS file in _site/assets/dist
directory.