diff --git a/components/SocialIcons.astro b/components/SocialIcons.astro
index 925f5171..f23f46cd 100644
--- a/components/SocialIcons.astro
+++ b/components/SocialIcons.astro
@@ -10,6 +10,10 @@ import Default from "@astrojs/starlight/components/SocialIcons.astro"
+
+
diff --git a/content/docs/overview/software.mdx b/content/docs/overview/software.mdx
index bd727809..23f71e3b 100644
--- a/content/docs/overview/software.mdx
+++ b/content/docs/overview/software.mdx
@@ -54,6 +54,16 @@ Data Package is backed by a comprehensive list of software products supporting t
/>
+## TypeScript
+
+
+
+
+
## JavaScript
diff --git a/package.json b/package.json
index 5e295563..6040d20c 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,8 @@
"generate": "vite-node scripts/generate.ts",
"lint": "eslint . && prettier --check .",
"prepare": "husky",
- "preview": "npm run build && astro preview --open --port 8080",
- "start": "astro dev",
+ "preview": "npm run build && astro preview --open --port 5000",
+ "start": "astro dev --port 5000",
"update": "ncu -u",
"test": "npm run lint",
"type": "tsc"