some stuff

This commit is contained in:
john 2024-12-03 17:10:40 +01:00
parent 08ad294d46
commit 6cbf15b783
11 changed files with 165 additions and 5 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "resume",
"version": "1.0.0",
"main": "index.js",
"repository": "gitea@git.botris.dev:john/resume.git",
"author": "john <me@johnmorr.is>",
"license": "MIT",
"private": true,
"scripts": {
"serve": "deno run --allow-read=. --allow-net server.ts"
}
}