Skip to content
On this page

Folder Structure

Legacy version

You’re browsing the documentation for v3. View the docs for the latest version →

txt
.
├── config [optional]
│   ├── config.json
│   ├── branding.json
│   └── paths.json
├── src
│   ├── components
│   │   ├── example
│   │   │   ├── default.guide.njk
│   │   │   ├── default.njk
│   │   │   ├── scripts.js
│   │   │   └── styles.scss
│   │   └── icons
│   │       ├── usage.guide.svg
│   │       └── menu.svg
│   ├── images
│   │   └── img-name.png
│   ├── layouts
│   │   ├── components.njk
│   │   └── prototypes.njk
│   ├── prototypes
│   │   └── index.njk
│   ├── setup
│   │   ├── scaffolding.scss
│   │   └── variables.scss
│   ├── copy.js
│   ├── main.js
│   └── main.scss
├── .babelrc
├── .browserslistrc
├── .editorconfig
├── .eslintignore
├── .eslintrc.json
└── .stylelintrc.json

Released under the Hippocratic License 3.0.