Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 670 Bytes

File metadata and controls

31 lines (22 loc) · 670 Bytes

cmderdev.github.io

The cmder.app page.

CI

Development

Building CSS

This project uses SCSS for styling. The source files are in scss/ and the compiled CSS is generated in css/.

To build the CSS:

npm install
npm run build:css

To watch for changes and rebuild automatically:

npm run watch:css

Building the Site

The site uses Jekyll for static site generation:

bundle install
bundle exec jekyll build

The built site will be in the _site/ directory.