https://github.com/lelylan/types-dashboard-ng
Source code for Lelylan Types Dashboard
https://github.com/lelylan/types-dashboard-ng
Last synced: 28 days ago
JSON representation
Source code for Lelylan Types Dashboard
- Host: GitHub
- URL: https://github.com/lelylan/types-dashboard-ng
- Owner: lelylan
- Created: 2013-04-02T12:11:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T10:34:58.000Z (over 9 years ago)
- Last Synced: 2024-03-25T21:27:06.737Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://lelylan.github.io/types-dashboard-ng/#/
- Size: 10 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Types Dashboard for Lelylan
Lelylan Dashboard based on AngularJS to create the type structure. It works on mobile, tablet and desktop (check out the [online version](http://lelylan.github.io/types-dashboard-ng)).
## Contributing
Fork the repo on github and send a pull requests with topic branches.
Do not forget to provide specs to your contribution.
### Setup
* Fork and clone the repository
* Run `npm install && bower install`
### With docker
#### Badges
Docker image: [lelylanlab/types-dashboard-ng](https://hub.docker.com/r/lelylanlab/types-dashboard-ng/)
[](http://microbadger.com/images/lelylanlab/types-dashboard-ng:latest "Get your own version badge on microbadger.com") [](http://microbadger.com/images/lelylanlab/types-dashboard-ng:latest "Get your own image badge on microbadger.com")
### Use docker hub image
```bash
$ docker run -d -it --name types-dashboard-ng lelylanlab/types-dashboard-ng
```
### Generate local image
```bash
$ docker build --tag=types-dashboard-ng .
$ docker run -d -it --name types-dashboard-ng types-dashboard-ng
```
### Unit tests (karma)
* `grunt karma:unit`
### Creating your own distribution
* `grunt build`
The new distribution files will be created in the `dist/` folder.
### Coding guidelines
Follow [AngularJS](https://github.com/johnpapa/angular-styleguide) guidelines.
## Feedback
Use the [issue tracker](http://github.com/lelylan/types-dashboard-ng/issues) for bugs or [stack overflow](http://stackoverflow.com/questions/tagged/lelylan) for questions.
[Mail](mailto:dev@lelylan.com) or [Tweet](http://twitter.com/lelylan) us for any idea that can improve the project.
## Links
* [GIT Repository](http://github.com/lelylan/types-dashboard-ng)
* [Lelylan Dev Center](http://dev.lelylan.com)
* [Lelylan Site](http://lelylan.com)
## Authors
[Andrea Reginato](https://www.linkedin.com/in/andreareginato)
## Contributors
Special thanks to all [contributors](https://github.com/lelylan/types-dashboard-ng/contributors)
for submitting patches.
## Changelog
See [CHANGELOG](https://github.com/lelylan/types-dashboard-ng/blob/master/CHANGELOG.md)
## License
Lelylan is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).