No description
  • Vue 67.5%
  • JavaScript 28.7%
  • PLpgSQL 2.1%
  • Dockerfile 1.1%
  • HTML 0.6%
Find a file
Griffin Davidson 1ae9ed5a77
Some checks failed
Build & Deploy / build-and-push (push) Failing after 18s
Merge pull request 'Initial completed Backend & Blog' (#1) from blog into main
Reviewed-on: #1
2026-06-28 05:15:18 +00:00
.forgejo/workflows prepparing CI/CD for app 2026-06-27 22:06:55 -07:00
.vscode initial commit 2026-04-29 21:56:37 -07:00
backend double rate-limit size 2026-06-27 18:33:22 -07:00
frontend fix nginx.conf for full-stack app 2026-06-27 22:12:24 -07:00
.editorconfig initial commit 2026-04-29 21:56:37 -07:00
.gitattributes initial commit 2026-04-29 21:56:37 -07:00
.gitignore prepparing CI/CD for app 2026-06-27 22:06:55 -07:00
compose-prod.yml prepparing CI/CD for app 2026-06-27 22:06:55 -07:00
docker-compose.yml added rate limit to /user/login 2026-06-21 13:06:19 -07:00
package.json authentication to /dashboard added 2026-06-20 17:55:58 -07:00
pnpm-lock.yaml authentication to /dashboard added 2026-06-20 17:55:58 -07:00
README.md update README.md 2026-05-14 17:02:11 -07:00

griffindavidson.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.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

Compile with Docker

docker compose up -d