Skip to content

Getting started

Support

If you have any trouble while editing this template or if you simply want to ask a question about something, feel free to contact us at help@cssninja.io or to post your request on our support forums at cssninja.io

Prerequisites

You will need the following tools to customize this template.

  1. A good code editor of your choice (we recommend VS Code)
  2. A supported web browser
  3. node.js installed on your machine (minimum node v16.15 required)
  4. Intermediate html knowledge
  5. Intermediate scss knowledge
  6. Intermediate javascript knowledge

Be careful before you start working with the template and read the documentation. If not edited properly, layouts may break completely. No support is provided for faulty customization.

Template folders

bash
release-huro-v1.9.0.zip
├── .vscode
├── documentation
├── nginx
├── src
   ├── assets/
   ├── data/
   ├── layouts/
   ├── pages/
   └── partials/
├── .babelrc
├── .dockerignore
├── .npmrc
├── .prettierignore
├── .prettierrc
├── CHANGELOG.md
├── Dockerfile
├── gulpfile.js
├── LICENSE.md
├── package.json
├── pnpm-lock.yaml
└── README.md

Note that the pre-compiled folder has been removed from the project.

All Rights Reserved