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.jsinstalled on your machine (minimum node v16.15 required)- Intermediate
htmlknowledge - Intermediate
scssknowledge - Intermediate
javascriptknowledge
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.mdNote that the pre-compiled folder has been removed from the project.