No description
  • Vue 83.7%
  • JavaScript 11.3%
  • Dockerfile 3.2%
  • HTML 1.8%
Find a file
griffindavidson 2024f08230
All checks were successful
Build & Deploy / deploy (push) Successful in 8s
started work on bio
2026-05-27 15:56:08 -07:00
.forgejo/workflows fix 11 for CI/CD 2026-05-23 16:44:48 -07:00
.vscode initial commit 2026-05-18 12:35:53 -07:00
backend started hero 2026-05-18 14:41:23 -07:00
caddy initial commit 2026-05-18 12:35:53 -07:00
frontend started work on bio 2026-05-27 15:56:08 -07:00
.editorconfig initial commit 2026-05-18 12:35:53 -07:00
.env initial commit 2026-05-18 12:35:53 -07:00
.gitattributes initial commit 2026-05-18 12:35:53 -07:00
.gitignore initial commit 2026-05-18 12:35:53 -07:00
docker-compose.yml rewrote Header in-place 2026-05-25 14:26:34 -07:00
README.md initial commit 2026-05-18 12:35:53 -07:00

averybrynnart.com

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Build and Run Dev

cd frontend
pnpm install
cd ../backend
pnpm install
cd ..
docker compose up -d