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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
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
|
||
| .forgejo/workflows | ||
| .vscode | ||
| docker | ||
| nginx | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| postcss.config.cjs | ||
| README.md | ||
| tsconfig.json | ||
| unlighthouse.config.ts | ||
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 |