RC Heli Nation
This is a custom theme built exclusively for RC Heli Nation by Superiocity. It utilizes a relatively advanced workflow based on industry standards that can be followed by others.
First, DO NOT DIRECTLY EDIT THE STYLE.CSS FILE. This project uses Sass and must be run through a transpiler.
This project is built with NPM tools such as Gulp. The NPM tools are not necessary but recommended. To work with this project using NPM:
- Install Node.js
- From the theme directory, type
npm install
to install all the required packages and tools. - Run the Gulp tasks listed in gulpfile.js or just
gulp
to run the default task list.
You can still work with this project without using Gulp or Node.js. All source files (Sass, JS, image sources) are in the src/ directory. Any code written directly in style.css, any js/* file, or images/* file is likely to be overwritten by automated tools that use the original sources under the src/ directory.