File Structure
When you unzip the cryptum-source.zip you will find the following file structure
| Folder / File | Description |
|---|---|
| gulp/ | Contains the gulp tasks that allow you to build the template |
| src | Contains all the HTML / SASS / JS files that are used to build the template |
| .editorconfig | Style for maintaining consistent coding styles between different editors |
| conf.js | Main config for the build system |
| gulpfile.js | Loads the gulp tasks from the /gulp folder |
| package.json | Node package list |