Astro site for all of Firqs servant offerings concering TA as well as additional information https://firq.dev
Find a file
Firq 5007af517b
All checks were successful
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 14s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 13s
/ build-site (push) Successful in 1m7s
/ create-release (push) Successful in 9s
/ auto-deploy-dockge (push) Successful in 23s
Extended dockge test with custom container
2024-07-22 12:46:57 +02:00
.forgejo/workflows Extended dockge test with custom container 2024-07-22 12:46:57 +02:00
src Fixed weird hovering issues 2024-07-20 16:34:21 +02:00
static Fixed typo 2024-06-15 19:39:08 +02:00
.gitignore Removed unnecessary files 2024-07-20 12:07:33 +02:00
.gitlab-ci.yml Fixing Quotes 2023-08-04 22:14:50 +02:00
.prettierignore Prettier settings 2023-03-09 11:44:58 +01:00
.prettierrc Prettier settings 2023-03-09 11:44:58 +01:00
astro.config.mjs Added version to About Page 2023-12-31 16:50:29 +01:00
Dockerfile Removed Dockge again, switched to alpine images 2024-07-20 17:02:30 +02:00
package-lock.json Major redesign and rewrite 2024-07-19 22:52:15 +02:00
package.json Extended dockge test with custom container 2024-07-22 12:46:57 +02:00
postcss.config.cjs Postcss (vendor prefixes), etc. 2023-12-30 00:06:32 +01:00
README.md Bumped unlighthouse docker 2024-06-20 19:36:16 +02:00
serve.json Updated caching for css 2023-12-29 15:21:17 +01:00
tsconfig.json New Files 2023-01-15 17:53:19 +01:00
unlighthouse.config.ts Updated Unlighthouse capturing 2023-12-29 14:39:08 +01: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
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro preview
npm run astro --help Get help using the Astro CLI