Skip to content

Commit af16aba

Browse files
author
Chris Cross
committed
Merge branch 'develop'
2 parents 2cfc260 + 9dc3966 commit af16aba

31 files changed

Lines changed: 2729 additions & 1143 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ node_modules
1717
.next
1818
.env
1919
out/
20+
dist
21+
*.tsbuildinfo

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>ChainSquad GmbH - Pioneering Web3 Engineering Excellence</title>
7+
<meta name="description" content="German technology consultancy at the intersection of blockchain, AI, and full-stack development. Building production-ready systems since 2016." />
8+
<link rel="icon" href="/favicon.ico" />
9+
</head>
10+
<body>
11+
<div id="root"></div>
12+
<script type="module" src="/src/main.tsx"></script>
13+
</body>
14+
</html>

next-env.d.ts

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

0 commit comments

Comments
 (0)