Start dashboard from tuto

This commit is contained in:
2017-04-28 01:59:40 +02:00
parent 8a792a725a
commit 726cf70a84
31 changed files with 885 additions and 0 deletions

19
dashboard/.editorconfig Normal file
View File

@@ -0,0 +1,19 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
# Indentation override
#[lib/**.js]
#[{package.json,.travis.yml}]
#[**/**.js]