Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ushliypakostnik/dashboards-library


https://github.com/ushliypakostnik/dashboards-library

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Dashboards library project

### Project setup
```
$ npm install
```

### Development documentation
```
$ npm run docs:dev
```

### Build documentation
```
$ npm run docs:build
```

### Compiles and minifies for production
```
$ npm run build
```

### Publish to NPM
```
$ npm version patch
$ npm publish
```