The cmder.app page.
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:cssTo watch for changes and rebuild automatically:
npm run watch:cssThe site uses Jekyll for static site generation:
bundle install
bundle exec jekyll buildThe built site will be in the _site/ directory.