Migrate Resume site to Astro.

Change-Id: I07e9b1d9c344a54694b5c54916154113aeaf8eb2
Reviewed-on: https://git.clicks.codes/c/Coded/thecoded.prof/+/672
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/sites/resume/package.json b/sites/resume/package.json
new file mode 100644
index 0000000..964dd2b
--- /dev/null
+++ b/sites/resume/package.json
@@ -0,0 +1,12 @@
+{
+  "name": "thecoded.prof-resume",
+  "type": "module",
+  "version": "1.0.0",
+  "scripts": {
+    "dev": "astro dev",
+    "start": "astro dev",
+    "build": "astro check && astro build",
+    "preview": "astro preview",
+    "astro": "astro"
+  }
+}
\ No newline at end of file