Astro site for all of Firqs servant offerings concering TA as well as additional information https://firq.dev
  • Astro 75.6%
  • MDX 15.7%
  • TypeScript 7.6%
  • JavaScript 0.9%
  • Shell 0.2%
Find a file
Firq de708ea5b8
All checks were successful
Build and deploy site / check-tag (push) Successful in 3s
Build and deploy site / build-info (push) Successful in 1s
Build and deploy site / checking (push) Successful in 1m12s
Build and deploy site / build-site (push) Successful in 1m1s
Build and deploy site / create-release (push) Has been skipped
Build and deploy site / unlighthouse-dispatch (push) Successful in 1s
Build and deploy site / dockge-deploy (push) Successful in 18s
Merge pull request '0.3.0 - CI Upgrades, RSS Feed, Refactoring' (#32) from dev into main
Reviewed-on: #32
2026-06-08 10:52:47 +00:00
.forgejo/workflows Blog post for new deployment strategy 2026-06-08 00:05:14 +02:00
docker Reverted change to deps, changed manual dispatch to staging only 2026-06-07 22:59:54 +02:00
nginx final rss fixes 2026-06-04 14:43:11 +02:00
public added ai.txt 2025-04-27 18:29:08 +02:00
src typo fixing 2026-06-08 00:14:47 +02:00
.gitignore refactored data and structure 2026-06-06 23:36:30 +02:00
.markdownlint.json Link markdown, robots and contact vars 2024-10-26 13:51:37 +02:00
.prettierignore Social restructure 2024-10-29 21:02:37 +01:00
.prettierrc Prettier settings 2023-03-09 11:44:58 +01:00
astro.config.mjs Small fixes and changes 2026-06-04 23:28:26 +02:00
package.json Blog post for new deployment strategy 2026-06-08 00:05:14 +02:00
pnpm-lock.yaml Small fixes and changes 2026-06-04 23:28:26 +02:00
pnpm-workspace.yaml First integration of RSS feed for blog 2026-06-03 22:50:58 +02:00
postcss.config.cjs Small fixes and changes 2026-06-04 23:28:26 +02:00
README.md migrated to pnpm 2026-05-15 17:15:26 +02:00
tsconfig.json Small fixes and changes 2026-06-04 23:28:26 +02:00
unlighthouse.config.ts Small fixes and changes 2026-06-04 23:28:26 +02:00

Welcome to Firqs FGO Site

This is build using Astro

🧞 Astro-Specific 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