A collection of technical documents for Freelancer (2003)
https://the-starport.com/wiki/
- JavaScript 38.3%
- SCSS 36.4%
- TypeScript 25.3%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| CSS | ||
| docs | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| bun.lock | ||
| docusaurus.config.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| sidebars.js | ||
| tsconfig.json | ||
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