cws

cws

CWS Admin Theme is a HTML backend template built with Jekyll, Bootstrap 4

CWS Admin Theme

Requirement

This project uses npm scripts for its build system. Our package.json includes convenient methods for working with the framework, including compiling code, running tests, and more.

To use our build system and run our documentation locally, you'll need a copy of project's source files and Node. Follow these steps and you should be ready to rock:

  1. Download and install Node.js, which we use to manage our dependencies.
  2. Navigate to the root directory and run npm install to install our local dependencies listed in package.json.
  3. Install Ruby, install Bundler with gem install bundler, and finally run bundle install. This will install all Ruby dependencies, such as Jekyll and plugins.
  • Windows users: Read this guide to get Jekyll up and running without problems.

When completed, you'll be able to run the various commands provided from the command line.

Commands

  • npm run build: build project to pure HTML/CSS/JS, all files will be placed in _site folder.
  • npm run clean: cleanup generated stuffs, such as: Jekyll cache folder, _site folder;
  • npm run start: start development with file watchers and local Jekyll's server (http://localhost:4000/);

Tags Input

This theme is using selectize.js to support tags input.

<input data-toggle="tags" />
jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer