Framework for design system development with Nunjucks, Sass, and JavaScript.
Requires Node.js v14.7 or higher.
npx @pangolinjs/cli create project-name
npm run dev
npm run build
npm run lint:css
npm run lint:js
For 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