Used to create the static page of my personal website portfolio
  • SCSS 43.4%
  • CSS 32.3%
  • HTML 17.7%
  • TypeScript 3.5%
  • JavaScript 3%
  • Other 0.1%
Find a file
Tyler Gautney 68854880b4
All checks were successful
/ build-container (push) Successful in 12s
Fixed broken LinkedIn link
2026-06-03 03:30:05 -05:00
.forgejo/workflows Reattempt Pipeline: Tell it to access personal access token from the secrets dictionary... 2026-06-03 03:15:14 -05:00
.idea Create first container workflow 2026-05-29 17:32:13 -05:00
.junie Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
html Fixed broken LinkedIn link 2026-06-03 03:30:05 -05:00
.gitignore Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
bun.lock Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
Containerfile Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
nginx.conf Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
package-lock.json Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
package.json Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
README.md Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00
tsconfig.json Improved project structure, added Containerfile and supporting files, improved site layout and style 2026-05-27 23:25:54 -05:00

codedragon-portfolio

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.14. Bun is a fast all-in-one JavaScript runtime.