diff --git a/README.md b/README.md
index a5e661380..f8e297be1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Chaindesk
@@ -12,7 +12,7 @@
-
+
**[Chaindesk](https://chaindesk.ai)** provides a user-friendly solution to quickly setup a semantic search system over your personal data without any technical knowledge.
@@ -93,7 +93,9 @@ pnpm worker:datasource-loader
+
### Run locally (Docker required)
+
```shell
cp .env.example .env.local
# Add your own OPENAI_API_KEY
@@ -102,4 +104,4 @@ pnpm dev
# Dev emails inbox (maildev)
# visit http://localhost:1080
-```
\ No newline at end of file
+```
diff --git a/apps/dashboard/next.config.js b/apps/dashboard/next.config.js
index bc9022c31..22f5266ab 100644
--- a/apps/dashboard/next.config.js
+++ b/apps/dashboard/next.config.js
@@ -15,11 +15,6 @@ const nextConfig = {
transpilePackages: ['@chaindesk/lib', '@chaindesk/emails'],
experimental: {
outputFileTracingRoot: path.join(__dirname, '../../'),
- // legacyBrowsers: false,
- // outputFileTracingIgnores: ['**canvas**'],
- outputFileTracingExcludes: {
- '*': ['node_modules/.pnpm/canvas@2.11.2'],
- },
},
// eslint: {
// dirs: ['pages', 'utils', 'components', 'hooks', 'types', 'widgets'],