+
+ IPFS Link and file status here
+
+
+
+
+
+
diff --git a/stylelint.config.js b/stylelint.config.js
new file mode 100644
index 0000000..5735870
--- /dev/null
+++ b/stylelint.config.js
@@ -0,0 +1,3 @@
+const stylelintConfig = require('@nextcloud/stylelint-config')
+
+module.exports = stylelintConfig
diff --git a/webpack.js b/webpack.js
new file mode 100644
index 0000000..e5daa92
--- /dev/null
+++ b/webpack.js
@@ -0,0 +1,3 @@
+const webpackConfig = require('@nextcloud/webpack-vue-config')
+
+module.exports = webpackConfig