diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..40627c8 Binary files /dev/null and b/bun.lockb differ diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..e655138 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,2 @@ +[install.scopes] +mini-strap = "https://git.alecodes.page/api/packages/alecodes/npm/" diff --git a/package.json b/package.json index b13addf..a649e34 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,13 @@ "name": "personal-page", "type": "module", "version": "0.3.0", - "scripts": { }, + "scripts": {}, "dependencies": { + "@mini-strap/core": "0.1.0" }, "devDependencies": { - "typescript": "^5.2.2" - } + "typescript": "^5.2.2", + "@types/bun": "latest" + }, + "module": "index.ts" } diff --git a/sass/style.scss b/sass/style.scss new file mode 100644 index 0000000..a6bf647 --- /dev/null +++ b/sass/style.scss @@ -0,0 +1,5 @@ +@import "../node_modules/@mini-strap/core/src/style.scss"; + +html { + // background-color: red; +} diff --git a/templates/base.html b/templates/base.html index f258847..e6c7a35 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,7 @@ +