Skip to content

Commit 5df3b72

Browse files
authored
Merge pull request #24 from radcrew/aichan/split-landing-website
Split landing website from frontend
2 parents 387a70c + b840c0f commit 5df3b72

83 files changed

Lines changed: 4040 additions & 1403 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"permissions": {
33
"allow": [
44
"Bash(git -C E:/Works/aichannode/do-not-stop log --oneline -5)",
5-
"Bash(git -C E:/Works/aichannode/do-not-stop show --stat b0f6999)"
5+
"Bash(git -C E:/Works/aichannode/do-not-stop show --stat b0f6999)",
6+
"PowerShell(New-Item *)",
7+
"PowerShell(Remove-Item *)",
8+
"PowerShell(pnpm install *)",
9+
"PowerShell(Get-ChildItem -Path \"E:\\\\Works\\\\aichannode\\\\do-not-stop\\\\website\" -Recurse -Force -Exclude node_modules | Where-Object { -not $_.PSIsContainer } | Select-Object FullName)"
610
]
711
}
812
}

frontend/env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ VITE_CRYPTOPETS_IDL_ADDRESS=YOUR_ON_CHAIN_IDL_ACCOUNT_PUBKEY
1313

1414
# Backend API
1515
VITE_API_URL=http://localhost:3001
16+
17+
# Marketing site (the `website/` workspace) — unauthenticated users get redirected here
18+
VITE_WEBSITE_URL=http://localhost:3002

frontend/src/components/landing/CommunitySection.css

Lines changed: 0 additions & 61 deletions
This file was deleted.

frontend/src/components/landing/CommunitySection.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

frontend/src/components/landing/FeatureInteractionsSection.css

Lines changed: 0 additions & 128 deletions
This file was deleted.

frontend/src/components/landing/FeatureInteractionsSection.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

frontend/src/components/landing/FeaturedPetsSection.css

Lines changed: 0 additions & 66 deletions
This file was deleted.

frontend/src/components/landing/FeaturedPetsSection.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)