A collection of technical documents for Freelancer (2003) https://the-starport.com/wiki/
  • JavaScript 38.3%
  • SCSS 36.4%
  • TypeScript 25.3%
Find a file
IrateRedKite 30e0a17822
All checks were successful
/ deploy_to_cf (push) Successful in 1m20s
docs: include BC46 alternative offset to not deny docking
2026-03-30 18:17:32 +01:00
.forgejo/workflows chore: update docusaurus and port over to bun runtime 2026-03-24 23:57:50 +00:00
CSS style: fix table of contents being too high on some pages 2025-08-14 12:09:03 +01:00
docs fix: resolve typos in encounter page 2026-03-29 15:49:40 +01:00
src refactor: remove old pages, remove blogs, migrate from submodules to a single repo 2025-08-14 10:55:32 +01:00
static docs: include BC46 alternative offset to not deny docking 2026-03-30 18:17:32 +01:00
.gitignore Initial Commit of combined projects 2023-05-30 22:15:32 +01:00
babel.config.js Initial Commit of combined projects 2023-05-30 22:15:32 +01:00
bun.lock chore: update docusaurus and port over to bun runtime 2026-03-24 23:57:50 +00:00
docusaurus.config.ts chore: update docusaurus and port over to bun runtime 2026-03-24 23:57:50 +00:00
LICENSE Initial Commit of combined projects 2023-05-30 22:15:32 +01:00
package.json chore: update docusaurus and port over to bun runtime 2026-03-24 23:57:50 +00:00
README.md chore: update docusaurus and port over to bun runtime 2026-03-24 23:57:50 +00:00
sidebars.js Initial Commit of combined projects 2023-05-30 22:15:32 +01:00
tsconfig.json Limit breaking v2 payload style 2024-04-22 21:21:12 +01:00

The Starport Knowledge Base

The knowledge base serves as a collection of technical documentation for the video game Freelancer (2003).

The site in its current incarnation can be accessed at https://the-starport.com/wiki

Local Development

This repo can be built using Bun v1.3.11+ or Node v20 onwards. The recommended way is to use bun and the following commands:

bun install
bun run build
bun run serve

If updating this repo, you can use bun run start for an automatic hot-reloading install.

Note

Because the site is currently hosted on the Starport via the /wiki path, the homepage will redirect you there. To access locally you need to navigate to http://localhost:3000/wiki