Skip to content
Regis Philibert edited this page Sep 28, 2021 · 1 revision

More advanced walkthrough will be coming soon.

Basic Setup

  1. Navigate to your project's module configuration.
  2. Add the entries to mounts and imports as illustrated in the example below.
  3. Read the various features article in this wiki to start taking advantage of HUGE.
# config.yaml
module:
  mounts:
    - source: assets
      target: assets
    - source: _huge
      target: assets/_huge
  imports:
    - path: github.com/theNewDynamic/huge

Advandced Setup (Tailwind and/or React)

TBR

Clone this wiki locally