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.
- A good code editor of your choice (we recommend VS Code)
- A supported web browser
node.js
installed on your machine (minimum node v16.15 required)- Intermediate
html
knowledge - Intermediate
scss
knowledge - 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.