Skip to content

lelylan/types-dashboard-ng

Repository files navigation

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).

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

Use docker hub image

$ docker run -d -it --name types-dashboard-ng lelylanlab/types-dashboard-ng

Generate local image

$ 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 guidelines.

Feedback

Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all contributors for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.