Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)