Framework for design system development with Nunjucks, Sass, and JavaScript.
Requires Node.js 15 or higher.
npx @pangolinjs/cli create project-namenpm run devnpm run buildnpm run docsnpm run lint:css
npm run lint:jsFor more information take a look at the Pangolin.js docs.
# Build UI
npm run prepare
# Testing
npm run test:unit
# Linting
npm run lint:css
npm run lint:js