/CodeForge

Framework for quick web development.

Primary LanguageHTML

CodeForge

CodeForge is a framework for quick web development.

Third-Party Packages

The following open source packages are included in this framework:

The following open source packages are referenced in this framework:

The following packages are restricted in this framework:*

  • Glober
  • Glyphish 6 & 7
  • SS Glyphish
  • SS Social These packages are only included if you have a license for the packages. If you have a license for any of these packages and they are not included, you can include them manually.

Compiling Source

CodeForge uses Node, NPM and Grunt with convenient methods for working with the framework.

Install Node, NPM & Grunt

  1. Download and install Node From the command line:
  2. Run sudo npm install -g grunt-cli
  3. cd to the CodeForge directory, then run npm install NPM will automatically install the necessary local dependencies listed there.

Available Commands

Build - grunt

Run grunt to compile the source into build.

Reset - grunt reset

Run grunt reset to clean all builds, you will have to re-run the build again.

Creating Themes

CodeForge allows you to create themes.

  1. Go to source/less, then duplicate the file theme-template.less
  2. Rename the duplicated file like theme-example.less
  3. Include your compiled theme in any views