Repository for the FGO TA Archive (that is currently WIP) https://fgo-ta.com
  • Astro 72.9%
  • TypeScript 16%
  • JavaScript 10.9%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Firq 02b270d882
All checks were successful
Build and deploy site / Validate / Dockerfiles (push) Successful in 4s
Build and deploy site / Prepare / CI Environment (push) Successful in 6s
Build and deploy site / Audit / Container (push) Successful in 7s
Build and deploy site / Validate / Typescript (push) Successful in 1m49s
Build and deploy site / Build / Docker (push) Successful in 2m39s
Build and deploy site / Audit / Trivy (push) Successful in 4s
Build and deploy site / Deploy / Release (push) Has been skipped
Build and deploy site / Audit / Lychee (push) Successful in 3s
Build and deploy site / Audit / Unlighthouse (push) Successful in 2s
Build and deploy site / Deploy / Dockge (push) Successful in 21s
Release from main - fixed
2026-09-13 23:29:33 +02:00
.forgejo/workflows Release from main - fixed 2026-09-13 23:29:33 +02:00
.vscode Finalized full refactor, moved everything into single schema and structure, changed everything for the better :3 2026-06-15 21:10:29 +02:00
docker Security fixes 2026-09-13 22:48:04 +02:00
nginx Security fixes 2026-09-13 22:48:04 +02:00
public Major refactor: Applied all changes from firq.dev to the site 2026-06-11 22:48:57 +02:00
scripts Security fixes 2026-09-13 22:48:04 +02:00
src Main Landmark 2026-09-13 23:09:15 +02:00
.gitignore Finalized full refactor, moved everything into single schema and structure, changed everything for the better :3 2026-06-15 21:10:29 +02:00
.prettierignore script now downloads concurrently, use pnpm 11.5.3 2026-06-12 18:57:04 +02:00
.prettierrc Updated linting rules and linted missing file 2026-06-14 18:02:07 +02:00
astro.config.mjs Improve CI, auditing, dependencies 2026-09-13 22:35:47 +02:00
package.json Release from main 2026-09-13 23:20:08 +02:00
pnpm-lock.yaml Improve CI, auditing, dependencies 2026-09-13 22:35:47 +02:00
pnpm-workspace.yaml Fixed deps 2026-06-16 17:51:49 +02:00
postcss.config.cjs Major refactor: Applied all changes from firq.dev to the site 2026-06-11 22:48:57 +02:00
README.md Major refactor: Applied all changes from firq.dev to the site 2026-06-11 22:48:57 +02:00
tsconfig.json Major refactor: Applied all changes from firq.dev to the site 2026-06-11 22:48:57 +02:00
unlighthouse.config.ts Fix audit issues 2026-09-13 22:52:37 +02:00

FGO TA Astro Site

Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:3000
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm astro ... Run CLI commands like astro add, astro preview