The main Siege Engineers website.
Requires Node 14+
# 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
# 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