@@ -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,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",