瀏覽代碼

Add README + update package.json

Craig Fletcher 6 年之前
父節點
當前提交
698bbb7ee5
共有 2 個文件被更改,包括 13 次插入0 次删除
  1. 6 0
      README.md
  2. 7 0
      package.json

+ 6 - 0
README.md

@@ -0,0 +1,6 @@
+# CV
+#### Content and build files for my CV.
+
+`npm run build` to build both html and pdf.
+
+`npm run serve` to serve output directory over http.

+ 7 - 0
package.json

@@ -7,6 +7,13 @@
     "serve": "ecstatic output/"
   },
   "author": "Craig Fletcher <hi@leakypixel.net>",
+  "repository": {
+    "type": "git",
+    "url": "git+https://git.lpapi.io/leakypixel/cv.git"
+  },
+  "bugs": {
+    "url": "https://git.lpapi.io/leakypixel/cv/issues"
+  },
   "dependencies": {
     "careless-fs": "^1.0.0",
     "ecstatic": "^4.1.2",