No description
Find a file
github-actions[bot] ef165e642f Sync docs sources\n\nlancommander@v2.0.0-rc6
bf1942@v1.61
callofduty@v1.5b
counterstrikesource@v1.0.0
darkmessiah@unversioned
eliteforce@v1.30
jediacademy@v1.0.0
jedioutcast@v1.4.1
portalknights@unversioned
quake3arena@v1.0.0
rtcw@unversioned
ut2004@v3339
2026-03-05 07:08:52 +00:00
.external Sync docs sources\n\nlancommander@v2.0.0-rc6 2026-03-05 07:08:52 +00:00
.github/workflows Publish workflow 2026-01-20 21:15:04 -06:00
blog Initial commit 2026-01-20 20:21:56 -06:00
Documentation Sync docs sources\n\nlancommander@v2.0.0-rc6 2026-03-05 07:08:52 +00:00
GameServers Sync docs sources\n\nlancommander@v2.0.0-rc6 2026-03-05 06:41:57 +00:00
src Style updates 2026-03-05 00:01:44 -06:00
static Add new home page 2026-03-04 20:29:27 -06:00
.gitignore Initial commit 2026-01-20 20:21:56 -06:00
docusaurus.config.ts Style updates 2026-03-05 00:01:44 -06:00
package-lock.json Style updates 2026-03-05 00:01:44 -06:00
package.json Style updates 2026-03-05 00:01:44 -06:00
README.md Initial commit 2026-01-20 20:21:56 -06:00
sidebars.documentation.ts Add releases to sidebar 2026-01-23 19:10:42 -06:00
sidebars.gameServers.ts Add game servers section 2026-01-21 02:10:18 -06:00
sources.yml Add Dark Messiah 2026-02-21 01:51:40 -06:00
tsconfig.json Initial commit 2026-01-20 20:21:56 -06:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.