Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pangolinjs/core
The Pangolin.js core that drives everything.
https://github.com/pangolinjs/core
design-system frontend pangolinjs pattern-library styleguide
Last synced: 3 months ago
JSON representation
The Pangolin.js core that drives everything.
- Host: GitHub
- URL: https://github.com/pangolinjs/core
- Owner: pangolinjs
- License: other
- Created: 2015-11-28T07:01:30.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T06:17:53.000Z (3 months ago)
- Last Synced: 2024-09-26T20:46:08.464Z (3 months ago)
- Topics: design-system, frontend, pangolinjs, pattern-library, styleguide
- Language: JavaScript
- Homepage: https://pangolinjs.org
- Size: 17.4 MB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pangolin.js Core
Framework for design system development with Nunjucks, Sass, and JavaScript.
Requires [Node.js 15 or higher](https://nodejs.org).
## Create a new project with `npx`
```bash
npx @pangolinjs/cli create project-name
```## Usage
### Start dev server
```bash
npm run dev
```### Build files for production
```bash
npm run build
```### Export for static file hosting
```bash
npm run docs
```### Lint CSS and JavaScript
```bash
npm run lint:css
npm run lint:js
```For more information take a look at the [Pangolin.js docs](https://pangolinjs.org).
## Contribute
```bash
# Build UI
npm run prepare# Testing
npm run test:unit# Linting
npm run lint:css
npm run lint:js
```## License
[Hippocratic License 2.1](https://firstdonoharm.dev)