Please read this Coding Style for Issues and coding standards.
All changes must be made in /src
folder. The CSS should be modified using the LESS preprocessor.
# Getting Started
# ---------------
# 1. Fork this repository and clone it into the current directory
git clone https://github.com/<your-username>/Website.git
# 2. Navigate to the newly cloned directory
cd Website
# 3. Install the dependencies
npm install
# Development
# -----------
# Run project
docpad run
# For watching your .less files changes and compile CSS
grunt w
# Build the project for deploy
docpad generate & grunt build