https://github.com/dxcweb/dxc-material
https://github.com/dxcweb/dxc-material
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dxcweb/dxc-material
- Owner: dxcweb
- Created: 2019-03-03T06:58:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T03:53:12.000Z (about 3 years ago)
- Last Synced: 2025-05-07T21:07:29.177Z (about 1 year ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```