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

https://github.com/dxcweb/dxc-material


https://github.com/dxcweb/dxc-material

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# dxc-material

## Getting Started

Install dependencies,

```bash
$ npm i
```

Start the dev server,

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Run test,

```bash
$ npm test
```

Build library via `father`,

```bash
$ npm run build
```