diff --git a/packages/app/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from packages/app/.github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/packages/app/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from packages/app/.github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/packages/app/.github/workflows/docker.yaml b/.github/workflows/docker.yaml similarity index 100% rename from packages/app/.github/workflows/docker.yaml rename to .github/workflows/docker.yaml diff --git a/packages/app/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml similarity index 100% rename from packages/app/.github/workflows/eslint.yaml rename to .github/workflows/eslint.yaml diff --git a/packages/app/.github/workflows/formatting.yaml b/.github/workflows/formatting.yaml similarity index 100% rename from packages/app/.github/workflows/formatting.yaml rename to .github/workflows/formatting.yaml diff --git a/packages/app/.github/workflows/tagged.yml b/.github/workflows/tagged.yml similarity index 100% rename from packages/app/.github/workflows/tagged.yml rename to .github/workflows/tagged.yml diff --git a/packages/app/LICENSE b/LICENSE similarity index 100% rename from packages/app/LICENSE rename to LICENSE diff --git a/package.json b/package.json index 3ac8e475..50fa6a16 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "packages/*" ], "scripts": { - "build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build" + "build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build", + "start": "yarn workspace @snort/nostr build && yarn workspace @snort/app start" } } \ No newline at end of file