Cannot build locally, trying to make sense of the gulp tasks but it's quite hard to understand without docs.
The docs call for:
npm i
gulp build
gulp dev
But gulp build is not a task. I tried gulp build:docs-gulp-sequence and that throws an error.
Are the docs out of date? How do I get this running locally?
Cannot build locally, trying to make sense of the gulp tasks but it's quite hard to understand without docs.
The docs call for:
But
gulp buildis not a task. I triedgulp build:docs-gulp-sequenceand that throws an error.Are the docs out of date? How do I get this running locally?