GitHub - SiegeEngineers/website: The main Siege Engineers website

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

SiegeEngineers.org Website

The main Siege Engineers website.

Requires Node 14+

Commands

# Install Gatsby CLI
npm install -g gatsby-cli

# install dependencies
npm install

# Development
gatsby develop

# Production Build
gatsby build

# Serve the build locally
gatsby serve

Other Commands

# working locally
npm run dev

# generate build
npm run build

# format code
npm run format

# lint code
npm run lint

# deploy
rsync -avh ./public/ aoe2se:~/html/ --delete