From 96f5aacbf6b8229995d55ce0ad4ca5be2ef78af7 Mon Sep 17 00:00:00 2001 From: Kiril Peyanski Date: Tue, 23 Oct 2018 14:13:32 +0300 Subject: [PATCH] chore: add .gitignore --- .gitignore | 17 +++++++++++++++++ README.md | 10 +++++----- package.json | 4 ++-- public/manifest.json | 2 +- 4 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d1635b --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Folders +.vscode/ +.tmp/ +node_modules/ +dist/ +modules/ + +# Log files +npm-debug.log +lerna-debug.log +debug.log + +# System files +.DS_Store + +# Lock files +package-lock.json diff --git a/README.md b/README.md index 4869fa3..03aa13d 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,16 @@ We can also create a manifest.json file that is used to tell the device running [The Web App Manifest](https://developers.google.com/web/fundamentals/web-app-manifest/?utm_source=devtools) Once the application is up and running, we can check its functionality by inspecting the Application tab of the browser console: -![Service Worker](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/sw.png) +![Service Worker](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/sw.png) We can then check the "Offline" option in order to check the offline functionality of the app: -![Offline](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/offline.png) +![Offline](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/offline.png) We can inspect the cached assets: -![Local assets](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/cached.png) +![Local assets](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/cached.png) Add the app to the home screen: -![Add to home screen](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/add_to_home.png) +![Add to home screen](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/add_to_home.png) Added to apps: -![Browser dashboard](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/dashboard.png) +![Browser dashboard](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/dashboard.png) diff --git a/package.json b/package.json index 28e72d6..f5d7c06 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-redux-wrappers-dashboard", + "name": "kendo-react-material-dashboard", "version": "0.1.0", "private": true, "dependencies": { @@ -72,7 +72,7 @@ "webpack-manifest-plugin": "1.2.1", "whatwg-fetch": "2.0.3" }, - "homepage": "http://telerik.github.io/react-dashboard", + "homepage": "http://telerik.github.io/kendo-kendo-react-material-dashboard", "scripts": { "start": "node scripts/start.js", "build": "node scripts/build.js", diff --git a/public/manifest.json b/public/manifest.json index d659715..d84f553 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -49,7 +49,7 @@ "density": "4.0" } ], - "start_url": "https://telerik.github.io/react-dashboard/index.html", + "start_url": "https://telerik.github.io/kendo-react-material-dashboard/index.html", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff"